#A8CBC9

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

Shades of Jungle Mist #A8CBC9

Tints of Jungle Mist #A8CBC9

Color information

#A8CBC9 (or 0xA8CBC9) is unknown color: approx Jungle Mist. HEX triplet: A8, CB and C9. RGB value is (168,203,201). Sum of RGB (Red+Green+Blue) = 168+203+201=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBC9 is #573436. Grayscale: #C0C0C0. Windows color (decimal): -5714999 or 13224872. OLE color: 13224872.

HSL color Cylindrical-coordinate representation of color #A8CBC9: hue angle of 176.57º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CBC9 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB168203201-
CMYK0.1700.010.20
HSL176.57º25.18%72.75%-
HSV(B)176.57º17.24%79.61%-
XYZ48.0555.2563.39-
YUV192.31132.9110.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.37%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 201 (78.91% from 255) = 35.14%
R=29.37%
G=35.49%
B=35.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682032010.1700.010.20176.5725.1872.75
HexA8CBC9110114b11949
Octal25031331121012426131111
Binary10101000110010111100100110001011010010110001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CBC9; }

 p { color: rgb(168,203,201); }

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

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

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

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

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

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

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