Html Css Color HEX #ACC8C4 Jungle Mist

📋 copy color: '#ACC8C4'

red 172 ◦ green 200 ◦ blue 196

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

Shades of Jungle Mist #ACC8C4

Tints of Jungle Mist #ACC8C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.51%

R = 30.28%
G = 35.21%
B = 34.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#ACC8C4 (or 0xACC8C4) is known color: Jungle Mist. HEX triplet: AC, C8 and C4. RGB value is (172,200,196). Sum of RGB (Red+Green+Blue) = 172+200+196=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8C4 is #53373B. Grayscale: #BFBFBF. Windows color (decimal): -5453628 or 12896428. OLE color: 12896428.

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

Color convert

RGB 172 200 196 -
CMYK 0.14 0 0.02 0.22
HSL 171.43º 0.2% 0.73% -
HSV(B) 171.43º 0.14% 0.78% -
XYZ 47.63 54.06 60.15 -
YUV 191.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 172 200 196 0.14 0 0.02 0.22 171.43 0.2 0.73
Hex AC C8 C4 E 0 2 16 AB 14 49
Octal 254 310 304 16 0 2 26 253 24 111
Binary 10101100 11001000 11000100 1110 0 10 10110 10101011 10100 1001001

Color Harmonies of #ACC8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8C4

Black with #ACC8C4

Text Example


Text Example

White with #ACC8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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