Html Css Color HEX #ACC9CD Jungle Mist

📋 copy color: '#ACC9CD'

red 172 ◦ green 201 ◦ blue 205

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

Shades of Jungle Mist #ACC9CD

Tints of Jungle Mist #ACC9CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.47%

R = 29.76%
G = 34.78%
B = 35.47%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACC9CD (or 0xACC9CD) is known color: Jungle Mist. HEX triplet: AC, C9 and CD. RGB value is (172,201,205). Sum of RGB (Red+Green+Blue) = 172+201+205=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9CD is #533632. Grayscale: #C0C0C0. Windows color (decimal): -5453363 or 13486508. OLE color: 13486508.

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

Color convert

RGB 172 201 205 -
CMYK 0.16 0.02 0 0.20
HSL 187.27º 0.25% 0.74% -
HSV(B) 187.27º 0.16% 0.8% -
XYZ 48.92 54.95 65.79 -
YUV 192.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 172 201 205 0.16 0.02 0 0.20 187.27 0.25 0.74
Hex AC C9 CD 10 2 0 14 BB 19 4A
Octal 254 311 315 20 2 0 24 273 31 112
Binary 10101100 11001001 11001101 10000 10 0 10100 10111011 11001 1001010

Color Harmonies of #ACC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9CD

Black with #ACC9CD

Text Example


Text Example

White with #ACC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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