Html Css Color HEX #166E4C Jewel

📋 copy color: '#166E4C'

red 22 ◦ green 110 ◦ blue 76

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

Shades of Jewel #166E4C

Tints of Jewel #166E4C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 52.88%

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 10.58%
G = 52.88%
B = 36.54%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#166E4C (or 0x166E4C) is known color: Jewel. HEX triplet: 16, 6E and 4C. RGB value is (22,110,76). Sum of RGB (Red+Green+Blue) = 22+110+76=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #166E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166E4C is #E991B3. Grayscale: #4F4F4F. Windows color (decimal): -15307188 or 5008918. OLE color: 5008918.

HSL color Cylindrical-coordinate representation of color #166E4C: hue angle of 156.82º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166E4C is Cyan = 0.8, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 22 110 76 -
CMYK 0.8 0 0.31 0.57
HSL 156.82º 0.67% 0.26% -
HSV(B) 156.82º 0.8% 0.43% -
XYZ 7.21 11.84 8.74 -
YUV 79.81 125.85 86.76 -
System Red Green Blue C M Y K H S L
Decimal 22 110 76 0.8 0 0.31 0.57 156.82 0.67 0.26
Hex 16 6E 4C 50 0 1F 39 9D 43 1A
Octal 26 156 114 120 0 37 71 235 103 32
Binary 10110 1101110 1001100 1010000 0 11111 111001 10011101 1000011 11010

Color Harmonies of #166E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166E4C

Black with #166E4C

Text Example


Text Example

White with #166E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166E4C; }

 p { color: rgb(22,110,76); }

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

background-color css

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

 a { background-color: rgb(22,110,76); }

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

border-color css

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

 span { border-color: rgb(22,110,76); }

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