Html Css Color HEX #ACC7CC Jungle Mist

📋 copy color: '#ACC7CC'

red 172 ◦ green 199 ◦ blue 204

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

Shades of Jungle Mist #ACC7CC

Tints of Jungle Mist #ACC7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.61%

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 29.91%
G = 34.61%
B = 35.48%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ACC7CC (or 0xACC7CC) is known color: Jungle Mist. HEX triplet: AC, C7 and CC. RGB value is (172,199,204). Sum of RGB (Red+Green+Blue) = 172+199+204=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACC7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7CC is #533833. Grayscale: #BFBFBF. Windows color (decimal): -5453876 or 13420460. OLE color: 13420460.

HSL color Cylindrical-coordinate representation of color #ACC7CC: hue angle of 189.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC7CC is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 199 204 -
CMYK 0.16 0.02 0 0.2
HSL 189.38º 0.24% 0.74% -
HSV(B) 189.38º 0.16% 0.8% -
XYZ 48.34 53.98 65 -
YUV 191.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 172 199 204 0.16 0.02 0 0.2 189.38 0.24 0.74
Hex AC C7 CC 10 2 0 14 BD 18 4A
Octal 254 307 314 20 2 0 24 275 30 112
Binary 10101100 11000111 11001100 10000 10 0 10100 10111101 11000 1001010

Color Harmonies of #ACC7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7CC

Black with #ACC7CC

Text Example


Text Example

White with #ACC7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7CC; }

 p { color: rgb(172,199,204); }

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

background-color css

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

 a { background-color: rgb(172,199,204); }

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

border-color css

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

 span { border-color: rgb(172,199,204); }

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