Html Css Color HEX #ACC8CA Jungle Mist

📋 copy color: '#ACC8CA'

red 172 ◦ green 200 ◦ blue 202

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

Shades of Jungle Mist #ACC8CA

Tints of Jungle Mist #ACC8CA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.84%

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

R = 29.97%
G = 34.84%
B = 35.19%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACC8CA (or 0xACC8CA) is known color: Jungle Mist. HEX triplet: AC, C8 and CA. RGB value is (172,200,202). Sum of RGB (Red+Green+Blue) = 172+200+202=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8CA is #533735. Grayscale: #BFBFBF. Windows color (decimal): -5453622 or 13289644. OLE color: 13289644.

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

Color convert

RGB 172 200 202 -
CMYK 0.15 0.01 0 0.21
HSL 184º 0.22% 0.73% -
HSV(B) 184º 0.15% 0.79% -
XYZ 48.33 54.34 63.82 -
YUV 191.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 172 200 202 0.15 0.01 0 0.21 184 0.22 0.73
Hex AC C8 CA F 1 0 15 B8 16 49
Octal 254 310 312 17 1 0 25 270 26 111
Binary 10101100 11001000 11001010 1111 1 0 10101 10111000 10110 1001001

Color Harmonies of #ACC8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8CA

Black with #ACC8CA

Text Example


Text Example

White with #ACC8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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