#AFEED4

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

Shades of Magic Mint #AFEED4

Tints of Magic Mint #AFEED4

Color information

#AFEED4 (or 0xAFEED4) is unknown color: approx Magic Mint. HEX triplet: AF, EE and D4. RGB value is (175,238,212). Sum of RGB (Red+Green+Blue) = 175+238+212=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEED4 is #50112B. Grayscale: #D8D8D8. Windows color (decimal): -5247276 or 13954735. OLE color: 13954735.

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

Color convert

RGB175238212-
CMYK0.2600.110.07
HSL155.24º64.95%80.98%-
HSV(B)155.24º26.47%93.33%-
XYZ60.1475.0273.6-
YUV216.2125.6398.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=28%
G=38.08%
B=33.92%

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
Decimal1752382120.2600.110.07155.2464.9580.98
HexAFEED41A0B79b4151
Octal257356324320137233101121
Binary10101111111011101101010011010010111111001101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEED4; }

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

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

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

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

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

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

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

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