#AFC4C2

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

Shades of Jungle Mist #AFC4C2

Tints of Jungle Mist #AFC4C2

Color information

#AFC4C2 (or 0xAFC4C2) is unknown color: approx Jungle Mist. HEX triplet: AF, C4 and C2. RGB value is (175,196,194). Sum of RGB (Red+Green+Blue) = 175+196+194=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4C2 is #503B3D. Grayscale: #BDBDBD. Windows color (decimal): -5258046 or 12764335. OLE color: 12764335.

HSL color Cylindrical-coordinate representation of color #AFC4C2: hue angle of 174.29º degrees, saturation: 0.15, 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 #AFC4C2 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB175196194-
CMYK0.1100.010.23
HSL174.29º15.11%72.75%-
HSV(B)174.29º10.71%76.86%-
XYZ47.1652.4958.68-
YUV189.49130.54117.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 194 (76.17% from 255) = 34.34%
R=30.97%
G=34.69%
B=34.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961940.1100.010.23174.2915.1172.75
HexAFC4C2B0117aef49
Octal25730430213012725617111
Binary101011111100010011000010101101101111010111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4C2; }

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

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

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

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

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

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

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

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