#AFEED5

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

Shades of Magic Mint #AFEED5

Tints of Magic Mint #AFEED5

Color information

#AFEED5 (or 0xAFEED5) is unknown color: approx Magic Mint. HEX triplet: AF, EE and D5. RGB value is (175,238,213). Sum of RGB (Red+Green+Blue) = 175+238+213=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEED5 is #50112A. Grayscale: #D8D8D8. Windows color (decimal): -5247275 or 14020271. OLE color: 14020271.

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

Color convert

RGB175238213-
CMYK0.2600.110.07
HSL156.19º64.95%80.98%-
HSV(B)156.19º26.47%93.33%-
XYZ60.2675.0774.26-
YUV216.31126.1398.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 238 (93.36% from 255) = 38.02%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=27.96%
G=38.02%
B=34.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752382130.2600.110.07156.1964.9580.98
HexAFEED51A0B79c4151
Octal257356325320137234101121
Binary10101111111011101101010111010010111111001110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEED5; }

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

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

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

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

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

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

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

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