Html Css Color HEX #ACC8C6 Jungle Mist

📋 copy color: '#ACC8C6'

red 172 ◦ green 200 ◦ blue 198

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

Shades of Jungle Mist #ACC8C6

Tints of Jungle Mist #ACC8C6

RGB

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

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

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

R = 30.18%
G = 35.09%
B = 34.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#ACC8C6 (or 0xACC8C6) is known color: Jungle Mist. HEX triplet: AC, C8 and C6. RGB value is (172,200,198). Sum of RGB (Red+Green+Blue) = 172+200+198=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8C6 is #533739. Grayscale: #BFBFBF. Windows color (decimal): -5453626 or 13027500. OLE color: 13027500.

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

Color convert

RGB 172 200 198 -
CMYK 0.14 0 0.01 0.22
HSL 175.71º 0.2% 0.73% -
HSV(B) 175.71º 0.14% 0.78% -
XYZ 47.86 54.16 61.36 -
YUV 191.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 172 200 198 0.14 0 0.01 0.22 175.71 0.2 0.73
Hex AC C8 C6 E 0 1 16 B0 14 49
Octal 254 310 306 16 0 1 26 260 24 111
Binary 10101100 11001000 11000110 1110 0 1 10110 10110000 10100 1001001

Color Harmonies of #ACC8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8C6

Black with #ACC8C6

Text Example


Text Example

White with #ACC8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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