Html Css Color HEX #216858 Eden

📋 copy color: '#216858'

red 33 ◦ green 104 ◦ blue 88

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

Shades of Eden #216858

Tints of Eden #216858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.22%

 BLUE value IS 88 (34.77% from 255) = 39.11%

R = 14.67%
G = 46.22%
B = 39.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#216858 (or 0x216858) is known color: Eden. HEX triplet: 21, 68 and 58. RGB value is (33,104,88). Sum of RGB (Red+Green+Blue) = 33+104+88=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #216858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216858 is #DE97A7. Grayscale: #505050. Windows color (decimal): -14587816 or 5793825. OLE color: 5793825.

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

Color convert

RGB 33 104 88 -
CMYK 0.68 0 0.15 0.59
HSL 166.48º 0.52% 0.27% -
HSV(B) 166.48º 0.68% 0.41% -
XYZ 7.34 10.93 10.96 -
YUV 80.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 33 104 88 0.68 0 0.15 0.59 166.48 0.52 0.27
Hex 21 68 58 44 0 F 3B A6 34 1B
Octal 41 150 130 104 0 17 73 246 64 33
Binary 100001 1101000 1011000 1000100 0 1111 111011 10100110 110100 11011

Color Harmonies of #216858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216858

Black with #216858

Text Example


Text Example

White with #216858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216858; }

 p { color: rgb(33,104,88); }

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

background-color css

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

 a { background-color: rgb(33,104,88); }

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

border-color css

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

 span { border-color: rgb(33,104,88); }

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