#AFEED7

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

Shades of Magic Mint #AFEED7

Tints of Magic Mint #AFEED7

Color information

#AFEED7 (or 0xAFEED7) is unknown color: approx Magic Mint. HEX triplet: AF, EE and D7. RGB value is (175,238,215). Sum of RGB (Red+Green+Blue) = 175+238+215=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEED7 is #501128. Grayscale: #D8D8D8. Windows color (decimal): -5247273 or 14151343. OLE color: 14151343.

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

Color convert

RGB175238215-
CMYK0.2600.100.07
HSL158.1º64.95%80.98%-
HSV(B)158.1º26.47%93.33%-
XYZ60.5275.1775.61-
YUV216.54127.1398.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 238 (93.36% from 255) = 37.90%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=27.87%
G=37.90%
B=34.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752382150.2600.100.07158.164.9580.98
HexAFEED71A0A79e4151
Octal257356327320127236101121
Binary10101111111011101101011111010010101111001111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEED7; }

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

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

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

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

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

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

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

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