Html Css Color HEX #ACC2C6 Jungle Mist

📋 copy color: '#ACC2C6'

red 172 ◦ green 194 ◦ blue 198

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

Shades of Jungle Mist #ACC2C6

Tints of Jungle Mist #ACC2C6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.4%

 BLUE value IS 198 (77.73% from 255) = 35.11%

R = 30.5%
G = 34.4%
B = 35.11%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACC2C6 (or 0xACC2C6) is known color: Jungle Mist. HEX triplet: AC, C2 and C6. RGB value is (172,194,198). Sum of RGB (Red+Green+Blue) = 172+194+198=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACC2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2C6 is #533D39. Grayscale: #BBBBBB. Windows color (decimal): -5455162 or 13025964. OLE color: 13025964.

HSL color Cylindrical-coordinate representation of color #ACC2C6: hue angle of 189.23º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC2C6 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 194 198 -
CMYK 0.13 0.02 0 0.22
HSL 189.23º 0.19% 0.73% -
HSV(B) 189.23º 0.13% 0.78% -
XYZ 46.5 51.43 60.9 -
YUV 187.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 172 194 198 0.13 0.02 0 0.22 189.23 0.19 0.73
Hex AC C2 C6 D 2 0 16 BD 13 49
Octal 254 302 306 15 2 0 26 275 23 111
Binary 10101100 11000010 11000110 1101 10 0 10110 10111101 10011 1001001

Color Harmonies of #ACC2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2C6

Black with #ACC2C6

Text Example


Text Example

White with #ACC2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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