#AFEDD1

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

Shades of Magic Mint #AFEDD1

Tints of Magic Mint #AFEDD1

Color information

#AFEDD1 (or 0xAFEDD1) is unknown color: approx Magic Mint. HEX triplet: AF, ED and D1. RGB value is (175,237,209). Sum of RGB (Red+Green+Blue) = 175+237+209=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDD1 is #50122E. Grayscale: #D7D7D7. Windows color (decimal): -5247535 or 13757871. OLE color: 13757871.

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

Color convert

RGB175237209-
CMYK0.2600.120.07
HSL152.9º63.27%80.78%-
HSV(B)152.9º26.16%92.94%-
XYZ59.4774.2971.53-
YUV215.27124.4699.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 209 (82.03% from 255) = 33.66%
R=28.18%
G=38.16%
B=33.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752372090.2600.120.07152.963.2780.78
HexAFEDD11A0C7993f51
Octal25735532132014723177121
Binary1010111111101101110100011101001100111100110011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDD1; }

 p { color: rgb(175,237,209); }

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

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

 a { background-color: rgb(175,237,209); }

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

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

 span { border-color: rgb(175,237,209); }

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