Html Css Color HEX #ACCAC8 Jungle Mist

📋 copy color: '#ACCAC8'

red 172 ◦ green 202 ◦ blue 200

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

Shades of Jungle Mist #ACCAC8

Tints of Jungle Mist #ACCAC8

RGB

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

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

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

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

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

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

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

Color convert

RGB 172 202 200 -
CMYK 0.15 0 0.01 0.21
HSL 176º 0.22% 0.73% -
HSV(B) 176º 0.15% 0.79% -
XYZ 48.56 55.18 62.74 -
YUV 192.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 172 202 200 0.15 0 0.01 0.21 176 0.22 0.73
Hex AC CA C8 F 0 1 15 B0 16 49
Octal 254 312 310 17 0 1 25 260 26 111
Binary 10101100 11001010 11001000 1111 0 1 10101 10110000 10110 1001001

Color Harmonies of #ACCAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAC8

Black with #ACCAC8

Text Example


Text Example

White with #ACCAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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