Html Css Color HEX #ACC1C2 Jungle Mist

📋 copy color: '#ACC1C2'

red 172 ◦ green 193 ◦ blue 194

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

Shades of Jungle Mist #ACC1C2

Tints of Jungle Mist #ACC1C2

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.53%

 BLUE value IS 194 (76.17% from 255) = 34.7%

R = 30.77%
G = 34.53%
B = 34.7%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACC1C2 (or 0xACC1C2) is known color: Jungle Mist. HEX triplet: AC, C1 and C2. RGB value is (172,193,194). Sum of RGB (Red+Green+Blue) = 172+193+194=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACC1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1C2 is #533E3D. Grayscale: #BABABA. Windows color (decimal): -5455422 or 12763564. OLE color: 12763564.

HSL color Cylindrical-coordinate representation of color #ACC1C2: hue angle of 182.73º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC1C2 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 194 -
CMYK 0.11 0.01 0 0.24
HSL 182.73º 0.15% 0.72% -
HSV(B) 182.73º 0.11% 0.76% -
XYZ 45.82 50.81 58.43 -
YUV 186.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 172 193 194 0.11 0.01 0 0.24 182.73 0.15 0.72
Hex AC C1 C2 B 1 0 18 B7 F 48
Octal 254 301 302 13 1 0 30 267 17 110
Binary 10101100 11000001 11000010 1011 1 0 11000 10110111 1111 1001000

Color Harmonies of #ACC1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1C2

Black with #ACC1C2

Text Example


Text Example

White with #ACC1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1C2; }

 p { color: rgb(172,193,194); }

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

background-color css

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

 a { background-color: rgb(172,193,194); }

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

border-color css

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

 span { border-color: rgb(172,193,194); }

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