#AFC0C1

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

Shades of Jungle Mist #AFC0C1

Tints of Jungle Mist #AFC0C1

Color information

#AFC0C1 (or 0xAFC0C1) is unknown color: approx Jungle Mist. HEX triplet: AF, C0 and C1. RGB value is (175,192,193). Sum of RGB (Red+Green+Blue) = 175+192+193=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFC0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0C1 is #503F3E. Grayscale: #BBBBBB. Windows color (decimal): -5259071 or 12697775. OLE color: 12697775.

HSL color Cylindrical-coordinate representation of color #AFC0C1: hue angle of 183.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFC0C1 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175192193-
CMYK0.090.0100.24
HSL183.33º12.68%72.16%-
HSV(B)183.33º9.33%75.69%-
XYZ46.1550.6657.8-
YUV187.03131.37119.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=31.25%
G=34.29%
B=34.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751921930.090.0100.24183.3312.6872.16
HexAFC0C191018b7d48
Octal25730030111103026715110
Binary101011111100000011000001100110110001011011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0C1; }

 p { color: rgb(175,192,193); }

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

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

 a { background-color: rgb(175,192,193); }

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

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

 span { border-color: rgb(175,192,193); }

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