Html Css Color HEX #216953 Evening Sea

📋 copy color: '#216953'

red 33 ◦ green 105 ◦ blue 83

#216953
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #216953

Tints of Evening Sea #216953

RGB

 RED value IS 33 (13.28% from 255) = 14.93%

 GREEN value IS 105 (41.41% from 255) = 47.51%

 BLUE value IS 83 (32.81% from 255) = 37.56%

R = 14.93%
G = 47.51%
B = 37.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#216953 (or 0x216953) is known color: Evening Sea. HEX triplet: 21, 69 and 53. RGB value is (33,105,83). Sum of RGB (Red+Green+Blue) = 33+105+83=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #216953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216953 is #DE96AC. Grayscale: #505050. Windows color (decimal): -14587565 or 5466401. OLE color: 5466401.

HSL color Cylindrical-coordinate representation of color #216953: hue angle of 161.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216953 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 105 83 -
CMYK 0.69 0 0.21 0.59
HSL 161.67º 0.52% 0.27% -
HSV(B) 161.67º 0.69% 0.41% -
XYZ 7.24 11.05 9.94 -
YUV 80.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 33 105 83 0.69 0 0.21 0.59 161.67 0.52 0.27
Hex 21 69 53 45 0 15 3B A2 34 1B
Octal 41 151 123 105 0 25 73 242 64 33
Binary 100001 1101001 1010011 1000101 0 10101 111011 10100010 110100 11011

Color Harmonies of #216953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216953

Black with #216953

Text Example


Text Example

White with #216953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216953; }

 p { color: rgb(33,105,83); }

 H1.HeaderClassName
 {
   color: #216953;
 }
 .AnyTagClassName
 {
   color: #216953;
 }
</style>

background-color css

<style>
 a { background-color: #216953; }

 a { background-color: rgb(33,105,83); }

 div.DivClassName
 {
   background-color: #216953;
 }
 .BgClassName
 {
   background-color: #216953;
 }
</style>

border-color css

<style>
 span { border-color: #216953; }

 span { border-color: rgb(33,105,83); }

 td.TdClassName
 {
   border-color: #216953;
 }
 .TagClassName
 {
   border-color: #216953;
 }
</style>