Html Css Color HEX #ACC7CA Jungle Mist

📋 copy color: '#ACC7CA'

red 172 ◦ green 199 ◦ blue 202

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

Shades of Jungle Mist #ACC7CA

Tints of Jungle Mist #ACC7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 30.02%
G = 34.73%
B = 35.25%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACC7CA (or 0xACC7CA) is known color: Jungle Mist. HEX triplet: AC, C7 and CA. RGB value is (172,199,202). Sum of RGB (Red+Green+Blue) = 172+199+202=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7CA is #533835. Grayscale: #BFBFBF. Windows color (decimal): -5453878 or 13289388. OLE color: 13289388.

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

Color convert

RGB 172 199 202 -
CMYK 0.15 0.01 0 0.21
HSL 186º 0.22% 0.73% -
HSV(B) 186º 0.15% 0.79% -
XYZ 48.1 53.88 63.74 -
YUV 191.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 172 199 202 0.15 0.01 0 0.21 186 0.22 0.73
Hex AC C7 CA F 1 0 15 BA 16 49
Octal 254 307 312 17 1 0 25 272 26 111
Binary 10101100 11000111 11001010 1111 1 0 10101 10111010 10110 1001001

Color Harmonies of #ACC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7CA

Black with #ACC7CA

Text Example


Text Example

White with #ACC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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