#AFF4D2

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

Shades of Magic Mint #AFF4D2

Tints of Magic Mint #AFF4D2

Color information

#AFF4D2 (or 0xAFF4D2) is unknown color: approx Magic Mint. HEX triplet: AF, F4 and D2. RGB value is (175,244,210). Sum of RGB (Red+Green+Blue) = 175+244+210=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 244 (95.70% from 255 or 38.79% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4D2 is #500B2D. Grayscale: #DBDBDB. Windows color (decimal): -5245742 or 13825199. OLE color: 13825199.

HSL color Cylindrical-coordinate representation of color #AFF4D2: hue angle of 150.43º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4D2 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB175244210-
CMYK0.2800.140.04
HSL150.43º75.82%82.16%-
HSV(B)150.43º28.28%95.69%-
XYZ61.6678.4772.87-
YUV219.49122.6496.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 244 (95.70% from 255) = 38.79%
BLUE value IS 210 (82.42% from 255) = 33.39%
R=27.82%
G=38.79%
B=33.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752442100.2800.140.04150.4375.8282.16
HexAFF4D21C0E4964c52
Octal257364322340164226114122
Binary10101111111101001101001011100011101001001011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4D2; }

 p { color: rgb(175,244,210); }

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

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

 a { background-color: rgb(175,244,210); }

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

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

 span { border-color: rgb(175,244,210); }

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