#ABC7CC

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

Shades of Jungle Mist #ABC7CC

Tints of Jungle Mist #ABC7CC

Color information

#ABC7CC (or 0xABC7CC) is unknown color: approx Jungle Mist. HEX triplet: AB, C7 and CC. RGB value is (171,199,204). Sum of RGB (Red+Green+Blue) = 171+199+204=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABC7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7CC is #543833. Grayscale: #BFBFBF. Windows color (decimal): -5519412 or 13420459. OLE color: 13420459.

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

Color convert

RGB171199204-
CMYK0.160.0200.2
HSL189.09º24.44%73.53%-
HSV(B)189.09º16.18%80%-
XYZ48.1253.8664.99-
YUV191.2135.22113.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 199 (78.12% from 255) = 34.67%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=29.79%
G=34.67%
B=35.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711992040.160.0200.2189.0924.4473.53
HexABC7CC102014bd184a
Octal25330731420202427530112
Binary101010111100011111001100100001001010010111101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC7CC; }

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

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

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

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

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

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

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

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