Html Css Color HEX #ACC9CA Jungle Mist

📋 copy color: '#ACC9CA'

red 172 ◦ green 201 ◦ blue 202

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

Shades of Jungle Mist #ACC9CA

Tints of Jungle Mist #ACC9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 29.91%
G = 34.96%
B = 35.13%

CMYK

 C value IS 0.15

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACC9CA (or 0xACC9CA) is known color: Jungle Mist. HEX triplet: AC, C9 and CA. RGB value is (172,201,202). Sum of RGB (Red+Green+Blue) = 172+201+202=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9CA is #533635. Grayscale: #C0C0C0. Windows color (decimal): -5453366 or 13289900. OLE color: 13289900.

HSL color Cylindrical-coordinate representation of color #ACC9CA: hue angle of 182º degrees, saturation: 0.22, 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 #ACC9CA is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 202 -
CMYK 0.15 0.00 0 0.21
HSL 182º 0.22% 0.73% -
HSV(B) 182º 0.15% 0.79% -
XYZ 48.56 54.81 63.9 -
YUV 192.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 172 201 202 0.15 0.00 0 0.21 182 0.22 0.73
Hex AC C9 CA F 0 0 15 B6 16 49
Octal 254 311 312 17 0 0 25 266 26 111
Binary 10101100 11001001 11001010 1111 0 0 10101 10110110 10110 1001001

Color Harmonies of #ACC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9CA

Black with #ACC9CA

Text Example


Text Example

White with #ACC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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