Html Css Color HEX #ACCBCA Jungle Mist

📋 copy color: '#ACCBCA'

red 172 ◦ green 203 ◦ blue 202

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

Shades of Jungle Mist #ACCBCA

Tints of Jungle Mist #ACCBCA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.18%

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

R = 29.81%
G = 35.18%
B = 35.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#ACCBCA (or 0xACCBCA) is known color: Jungle Mist. HEX triplet: AC, CB and CA. RGB value is (172,203,202). Sum of RGB (Red+Green+Blue) = 172+203+202=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBCA is #533435. Grayscale: #C1C1C1. Windows color (decimal): -5452854 or 13290412. OLE color: 13290412.

HSL color Cylindrical-coordinate representation of color #ACCBCA: hue angle of 178.06º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCBCA is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 202 -
CMYK 0.15 0 0.00 0.20
HSL 178.06º 0.23% 0.74% -
HSV(B) 178.06º 0.15% 0.8% -
XYZ 49.03 55.75 64.05 -
YUV 193.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 172 203 202 0.15 0 0.00 0.20 178.06 0.23 0.74
Hex AC CB CA F 0 0 14 B2 17 4A
Octal 254 313 312 17 0 0 24 262 27 112
Binary 10101100 11001011 11001010 1111 0 0 10100 10110010 10111 1001010

Color Harmonies of #ACCBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBCA

Black with #ACCBCA

Text Example


Text Example

White with #ACCBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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