Html Css Color HEX #ABCCCC Jungle Mist

📋 copy color: '#ABCCCC'

red 171 ◦ green 204 ◦ blue 204

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

Shades of Jungle Mist #ABCCCC

Tints of Jungle Mist #ABCCCC

RGB

 RED value IS 171 (67.19% from 255) = 29.53%

 GREEN value IS 204 (80.08% from 255) = 35.23%

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

R = 29.53%
G = 35.23%
B = 35.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABCCCC (or 0xABCCCC) is known color: Jungle Mist. HEX triplet: AB, CC and CC. RGB value is (171,204,204). Sum of RGB (Red+Green+Blue) = 171+204+204=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #ABCCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCCC is #543333. Grayscale: #C2C2C2. Windows color (decimal): -5518132 or 13421739. OLE color: 13421739.

HSL color Cylindrical-coordinate representation of color #ABCCCC: hue angle of 180º 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 #ABCCCC is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 204 -
CMYK 0.16 0 0 0.2
HSL 180º 0.24% 0.74% -
HSV(B) 180º 0.16% 0.8% -
XYZ 49.29 56.2 65.38 -
YUV 194.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 171 204 204 0.16 0 0 0.2 180 0.24 0.74
Hex AB CC CC 10 0 0 14 B4 18 4A
Octal 253 314 314 20 0 0 24 264 30 112
Binary 10101011 11001100 11001100 10000 0 0 10100 10110100 11000 1001010

Color Harmonies of #ABCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCCC

Black with #ABCCCC

Text Example


Text Example

White with #ABCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCCC; }

 p { color: rgb(171,204,204); }

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

background-color css

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

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

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

border-color css

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

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

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