#A7C4CA

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

Shades of Jungle Mist #A7C4CA

Tints of Jungle Mist #A7C4CA

Color information

#A7C4CA (or 0xA7C4CA) is unknown color: approx Jungle Mist. HEX triplet: A7, C4 and CA. RGB value is (167,196,202). Sum of RGB (Red+Green+Blue) = 167+196+202=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #A7C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C4CA is #583B35. Grayscale: #BBBBBB. Windows color (decimal): -5782326 or 13288615. OLE color: 13288615.

HSL color Cylindrical-coordinate representation of color #A7C4CA: hue angle of 190.29º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7C4CA is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167196202-
CMYK0.170.0300.21
HSL190.29º24.82%72.35%-
HSV(B)190.29º17.33%79.22%-
XYZ46.3451.9663.46-
YUV188.01135.89113.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.56%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=29.56%
G=34.69%
B=35.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671962020.170.0300.21190.2924.8272.35
HexA7C4CA113015be1948
Octal24730431221302527631110
Binary101001111100010011001010100011101010110111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C4CA; }

 p { color: rgb(167,196,202); }

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

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

 a { background-color: rgb(167,196,202); }

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

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

 span { border-color: rgb(167,196,202); }

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