Html Css Color HEX #166255 Eden

📋 copy color: '#166255'

red 22 ◦ green 98 ◦ blue 85

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

Shades of Eden #166255

Tints of Eden #166255

RGB

 RED value IS 22 (8.98% from 255) = 10.73%

 GREEN value IS 98 (38.67% from 255) = 47.8%

 BLUE value IS 85 (33.59% from 255) = 41.46%

R = 10.73%
G = 47.8%
B = 41.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#166255 (or 0x166255) is known color: Eden. HEX triplet: 16, 62 and 55. RGB value is (22,98,85). Sum of RGB (Red+Green+Blue) = 22+98+85=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #166255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166255 is #E99DAA. Grayscale: #494949. Windows color (decimal): -15310251 or 5595670. OLE color: 5595670.

HSL color Cylindrical-coordinate representation of color #166255: hue angle of 169.74º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166255 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 98 85 -
CMYK 0.78 0 0.13 0.62
HSL 169.74º 0.63% 0.24% -
HSV(B) 169.74º 0.78% 0.38% -
XYZ 6.34 9.56 10.11 -
YUV 73.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 22 98 85 0.78 0 0.13 0.62 169.74 0.63 0.24
Hex 16 62 55 4E 0 D 3E AA 3F 18
Octal 26 142 125 116 0 15 76 252 77 30
Binary 10110 1100010 1010101 1001110 0 1101 111110 10101010 111111 11000

Color Harmonies of #166255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166255

Black with #166255

Text Example


Text Example

White with #166255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166255; }

 p { color: rgb(22,98,85); }

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

background-color css

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

 a { background-color: rgb(22,98,85); }

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

border-color css

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

 span { border-color: rgb(22,98,85); }

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