#AFE0C9

Color #AFE0C9 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AFE0C9

Tints of Magic Mint #AFE0C9

Color information

#AFE0C9 (or 0xAFE0C9) is unknown color: approx Magic Mint. HEX triplet: AF, E0 and C9. RGB value is (175,224,201). Sum of RGB (Red+Green+Blue) = 175+224+201=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0C9 is #501F36. Grayscale: #CECECE. Windows color (decimal): -5250871 or 13230255. OLE color: 13230255.

HSL color Cylindrical-coordinate representation of color #AFE0C9: hue angle of 151.84º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0C9 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB175224201-
CMYK0.2200.100.12
HSL151.84º44.14%78.24%-
HSV(B)151.84º21.88%87.84%-
XYZ54.8866.6465.23-
YUV206.73124.77105.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.17%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 201 (78.91% from 255) = 33.5%
R=29.17%
G=37.33%
B=33.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752242010.2200.100.12151.8444.1478.24
HexAFE0C9160AC982c4e
Octal257340311260121423054116
Binary10101111111000001100100110110010101100100110001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0C9; }

 p { color: rgb(175,224,201); }

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

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

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

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

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

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

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