#AFC4C4

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

Shades of Jungle Mist #AFC4C4

Tints of Jungle Mist #AFC4C4

Color information

#AFC4C4 (or 0xAFC4C4) is unknown color: approx Jungle Mist. HEX triplet: AF, C4 and C4. RGB value is (175,196,196). Sum of RGB (Red+Green+Blue) = 175+196+196=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 196 - color contains mainly: green, blue. Hex color #AFC4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4C4 is #503B3B. Grayscale: #BDBDBD. Windows color (decimal): -5258044 or 12895407. OLE color: 12895407.

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

Color convert

RGB175196196-
CMYK0.11000.23
HSL180º15.11%72.75%-
HSV(B)180º10.71%76.86%-
XYZ47.3852.5859.88-
YUV189.72131.54117.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 196 (76.95% from 255) = 34.57%
BLUE value IS 196 (76.95% from 255) = 34.57%
R=30.86%
G=34.57%
B=34.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961960.11000.2318015.1172.75
HexAFC4C4B0017b4f49
Octal25730430413002726417111
Binary101011111100010011000100101100101111011010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4C4; }

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

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

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

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

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

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

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

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