#AFC2C3

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

Shades of Jungle Mist #AFC2C3

Tints of Jungle Mist #AFC2C3

Color information

#AFC2C3 (or 0xAFC2C3) is unknown color: approx Jungle Mist. HEX triplet: AF, C2 and C3. RGB value is (175,194,195). Sum of RGB (Red+Green+Blue) = 175+194+195=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFC2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2C3 is #503D3C. Grayscale: #BCBCBC. Windows color (decimal): -5258557 or 12829359. OLE color: 12829359.

HSL color Cylindrical-coordinate representation of color #AFC2C3: hue angle of 183º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2C3 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175194195-
CMYK0.100.0100.24
HSL183º14.29%72.55%-
HSV(B)183º10.26%76.47%-
XYZ46.8251.6459.13-
YUV188.43131.71118.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 194 (76.17% from 255) = 34.40%
BLUE value IS 195 (76.56% from 255) = 34.57%
R=31.03%
G=34.40%
B=34.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941950.100.0100.2418314.2972.55
HexAFC2C3A1018b7e49
Octal25730230312103026716111
Binary101011111100001011000011101010110001011011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2C3; }

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

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

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

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

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

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

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

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