Html Css Color HEX #ACC6CA Jungle Mist

📋 copy color: '#ACC6CA'

red 172 ◦ green 198 ◦ blue 202

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

Shades of Jungle Mist #ACC6CA

Tints of Jungle Mist #ACC6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.62%

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

R = 30.07%
G = 34.62%
B = 35.31%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACC6CA (or 0xACC6CA) is known color: Jungle Mist. HEX triplet: AC, C6 and CA. RGB value is (172,198,202). Sum of RGB (Red+Green+Blue) = 172+198+202=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6CA is #533935. Grayscale: #BEBEBE. Windows color (decimal): -5454134 or 13289132. OLE color: 13289132.

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

Color convert

RGB 172 198 202 -
CMYK 0.15 0.02 0 0.21
HSL 188º 0.22% 0.73% -
HSV(B) 188º 0.15% 0.79% -
XYZ 47.87 53.42 63.67 -
YUV 190.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 172 198 202 0.15 0.02 0 0.21 188 0.22 0.73
Hex AC C6 CA F 2 0 15 BC 16 49
Octal 254 306 312 17 2 0 25 274 26 111
Binary 10101100 11000110 11001010 1111 10 0 10101 10111100 10110 1001001

Color Harmonies of #ACC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6CA

Black with #ACC6CA

Text Example


Text Example

White with #ACC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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