Html Css Color HEX #ABCAC8 Jungle Mist

📋 copy color: '#ABCAC8'

red 171 ◦ green 202 ◦ blue 200

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

Shades of Jungle Mist #ABCAC8

Tints of Jungle Mist #ABCAC8

RGB

 RED value IS 171 (67.19% from 255) = 29.84%

 GREEN value IS 202 (79.3% from 255) = 35.25%

 BLUE value IS 200 (78.52% from 255) = 34.9%

R = 29.84%
G = 35.25%
B = 34.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#ABCAC8 (or 0xABCAC8) is known color: Jungle Mist. HEX triplet: AB, CA and C8. RGB value is (171,202,200). Sum of RGB (Red+Green+Blue) = 171+202+200=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAC8 is #543537. Grayscale: #C0C0C0. Windows color (decimal): -5518648 or 13159083. OLE color: 13159083.

HSL color Cylindrical-coordinate representation of color #ABCAC8: hue angle of 176.13º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAC8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 200 -
CMYK 0.15 0 0.01 0.21
HSL 176.13º 0.23% 0.73% -
HSV(B) 176.13º 0.15% 0.79% -
XYZ 48.34 55.07 62.73 -
YUV 192.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 171 202 200 0.15 0 0.01 0.21 176.13 0.23 0.73
Hex AB CA C8 F 0 1 15 B0 17 49
Octal 253 312 310 17 0 1 25 260 27 111
Binary 10101011 11001010 11001000 1111 0 1 10101 10110000 10111 1001001

Color Harmonies of #ABCAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAC8

Black with #ABCAC8

Text Example


Text Example

White with #ABCAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAC8; }

 p { color: rgb(171,202,200); }

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

background-color css

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

 a { background-color: rgb(171,202,200); }

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

border-color css

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

 span { border-color: rgb(171,202,200); }

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