#A7C6CB

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

Shades of Jungle Mist #A7C6CB

Tints of Jungle Mist #A7C6CB

Color information

#A7C6CB (or 0xA7C6CB) is unknown color: approx Jungle Mist. HEX triplet: A7, C6 and CB. RGB value is (167,198,203). Sum of RGB (Red+Green+Blue) = 167+198+203=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7C6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C6CB is #583934. Grayscale: #BDBDBD. Windows color (decimal): -5781813 or 13354663. OLE color: 13354663.

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

Color convert

RGB167198203-
CMYK0.180.0200.20
HSL188.33º25.71%72.55%-
HSV(B)188.33º17.73%79.61%-
XYZ46.9152.9264.24-
YUV189.3135.73112.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.40%
GREEN value IS 198 (77.73% from 255) = 34.86%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=29.40%
G=34.86%
B=35.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671982030.180.0200.20188.3325.7172.55
HexA7C6CB122014bc1a49
Octal24730631322202427432111
Binary101001111100011011001011100101001010010111100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C6CB; }

 p { color: rgb(167,198,203); }

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

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

 a { background-color: rgb(167,198,203); }

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

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

 span { border-color: rgb(167,198,203); }

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