#AFEEC9

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

Shades of Magic Mint #AFEEC9

Tints of Magic Mint #AFEEC9

Color information

#AFEEC9 (or 0xAFEEC9) is unknown color: approx Magic Mint. HEX triplet: AF, EE and C9. RGB value is (175,238,201). Sum of RGB (Red+Green+Blue) = 175+238+201=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEC9 is #501136. Grayscale: #D7D7D7. Windows color (decimal): -5247287 or 13233839. OLE color: 13233839.

HSL color Cylindrical-coordinate representation of color #AFEEC9: hue angle of 144.76º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEC9 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB175238201-
CMYK0.2600.160.07
HSL144.76º64.95%80.98%-
HSV(B)144.76º26.47%93.33%-
XYZ58.874.4866.54-
YUV214.94120.1399.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 238 (93.36% from 255) = 38.76%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=28.50%
G=38.76%
B=32.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752382010.2600.160.07144.7664.9580.98
HexAFEEC91A0107914151
Octal257356311320207221101121
Binary101011111110111011001001110100100001111001000110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEC9; }

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

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

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

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

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

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

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

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