Html Css Color HEX #ACC0C1 Jungle Mist

📋 copy color: '#ACC0C1'

red 172 ◦ green 192 ◦ blue 193

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

Shades of Jungle Mist #ACC0C1

Tints of Jungle Mist #ACC0C1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.47%

 BLUE value IS 193 (75.78% from 255) = 34.65%

R = 30.88%
G = 34.47%
B = 34.65%

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

#ACC0C1 (or 0xACC0C1) is known color: Jungle Mist. HEX triplet: AC, C0 and C1. RGB value is (172,192,193). Sum of RGB (Red+Green+Blue) = 172+192+193=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACC0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0C1 is #533F3E. Grayscale: #BABABA. Windows color (decimal): -5455679 or 12697772. OLE color: 12697772.

HSL color Cylindrical-coordinate representation of color #ACC0C1: hue angle of 182.86º degrees, saturation: 0.14, 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 #ACC0C1 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 192 193 -
CMYK 0.11 0.01 0 0.24
HSL 182.86º 0.14% 0.72% -
HSV(B) 182.86º 0.11% 0.76% -
XYZ 45.49 50.32 57.77 -
YUV 186.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 172 192 193 0.11 0.01 0 0.24 182.86 0.14 0.72
Hex AC C0 C1 B 1 0 18 B7 E 48
Octal 254 300 301 13 1 0 30 267 16 110
Binary 10101100 11000000 11000001 1011 1 0 11000 10110111 1110 1001000

Color Harmonies of #ACC0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0C1

Black with #ACC0C1

Text Example


Text Example

White with #ACC0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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