#AFC2C5

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

Shades of Jungle Mist #AFC2C5

Tints of Jungle Mist #AFC2C5

Color information

#AFC2C5 (or 0xAFC2C5) is unknown color: approx Jungle Mist. HEX triplet: AF, C2 and C5. RGB value is (175,194,197). Sum of RGB (Red+Green+Blue) = 175+194+197=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFC2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2C5 is #503D3A. Grayscale: #BCBCBC. Windows color (decimal): -5258555 or 12960431. OLE color: 12960431.

HSL color Cylindrical-coordinate representation of color #AFC2C5: hue angle of 188.18º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC2C5 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175194197-
CMYK0.110.0200.23
HSL188.18º15.94%72.94%-
HSV(B)188.18º11.17%77.25%-
XYZ47.0551.7360.33-
YUV188.66132.71118.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 194 (76.17% from 255) = 34.28%
BLUE value IS 197 (77.34% from 255) = 34.81%
R=30.92%
G=34.28%
B=34.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751941970.110.0200.23188.1815.9472.94
HexAFC2C5B2017bc1049
Octal25730230513202727420111
Binary10101111110000101100010110111001011110111100100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2C5; }

 p { color: rgb(175,194,197); }

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

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

 a { background-color: rgb(175,194,197); }

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

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

 span { border-color: rgb(175,194,197); }

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