#ABC9C9

Color #ABC9C9 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #ABC9C9

Tints of Jungle Mist #ABC9C9

Color information

#ABC9C9 (or 0xABC9C9) is unknown color: approx Jungle Mist. HEX triplet: AB, C9 and C9. RGB value is (171,201,201). Sum of RGB (Red+Green+Blue) = 171+201+201=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: green, blue. Hex color #ABC9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9C9 is #543636. Grayscale: #C0C0C0. Windows color (decimal): -5518903 or 13224363. OLE color: 13224363.

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

Color convert

RGB171201201-
CMYK0.15000.21
HSL180º21.74%72.94%-
HSV(B)180º14.93%78.82%-
XYZ48.2254.6563.26-
YUV192.03133.06113-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 201 (78.91% from 255) = 35.08%
BLUE value IS 201 (78.91% from 255) = 35.08%
R=29.84%
G=35.08%
B=35.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712012010.15000.2118021.7472.94
HexABC9C9F0015b41649
Octal25331131117002526426111
Binary1010101111001001110010011111001010110110100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC9C9; }

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

 H1.HeaderClassName
 {
   color: #ABC9C9;
 }
 .AnyTagClassName
 {
   color: #ABC9C9;
 }
</style>
background-color css

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

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

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

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

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

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