Html Css Color HEX #ACC9CB Jungle Mist

📋 copy color: '#ACC9CB'

red 172 ◦ green 201 ◦ blue 203

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

Shades of Jungle Mist #ACC9CB

Tints of Jungle Mist #ACC9CB

RGB

 RED value IS 172 (67.58% from 255) = 29.86%

 GREEN value IS 201 (78.91% from 255) = 34.9%

 BLUE value IS 203 (79.69% from 255) = 35.24%

R = 29.86%
G = 34.9%
B = 35.24%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACC9CB (or 0xACC9CB) is known color: Jungle Mist. HEX triplet: AC, C9 and CB. RGB value is (172,201,203). Sum of RGB (Red+Green+Blue) = 172+201+203=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACC9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9CB is #533634. Grayscale: #C0C0C0. Windows color (decimal): -5453365 or 13355436. OLE color: 13355436.

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

Color convert

RGB 172 201 203 -
CMYK 0.15 0.01 0 0.20
HSL 183.87º 0.23% 0.74% -
HSV(B) 183.87º 0.15% 0.8% -
XYZ 48.68 54.86 64.52 -
YUV 192.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 172 201 203 0.15 0.01 0 0.20 183.87 0.23 0.74
Hex AC C9 CB F 1 0 14 B8 17 4A
Octal 254 311 313 17 1 0 24 270 27 112
Binary 10101100 11001001 11001011 1111 1 0 10100 10111000 10111 1001010

Color Harmonies of #ACC9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9CB

Black with #ACC9CB

Text Example


Text Example

White with #ACC9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9CB; }

 p { color: rgb(172,201,203); }

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

background-color css

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

 a { background-color: rgb(172,201,203); }

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

border-color css

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

 span { border-color: rgb(172,201,203); }

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