Html Css Color HEX #216A59 Eden

📋 copy color: '#216A59'

red 33 ◦ green 106 ◦ blue 89

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

Shades of Eden #216A59

Tints of Eden #216A59

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.49%

 BLUE value IS 89 (35.16% from 255) = 39.04%

R = 14.47%
G = 46.49%
B = 39.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#216A59 (or 0x216A59) is known color: Eden. HEX triplet: 21, 6A and 59. RGB value is (33,106,89). Sum of RGB (Red+Green+Blue) = 33+106+89=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #216A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A59 is #DE95A6. Grayscale: #525252. Windows color (decimal): -14587303 or 5859873. OLE color: 5859873.

HSL color Cylindrical-coordinate representation of color #216A59: hue angle of 166.03º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216A59 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 106 89 -
CMYK 0.69 0 0.16 0.58
HSL 166.03º 0.53% 0.27% -
HSV(B) 166.03º 0.69% 0.42% -
XYZ 7.58 11.35 11.24 -
YUV 82.24 131.82 92.88 -
System Red Green Blue C M Y K H S L
Decimal 33 106 89 0.69 0 0.16 0.58 166.03 0.53 0.27
Hex 21 6A 59 45 0 10 3A A6 35 1B
Octal 41 152 131 105 0 20 72 246 65 33
Binary 100001 1101010 1011001 1000101 0 10000 111010 10100110 110101 11011

Color Harmonies of #216A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216A59

Black with #216A59

Text Example


Text Example

White with #216A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216A59; }

 p { color: rgb(33,106,89); }

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

background-color css

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

 a { background-color: rgb(33,106,89); }

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

border-color css

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

 span { border-color: rgb(33,106,89); }

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