#AFF2D0

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

Shades of Magic Mint #AFF2D0

Tints of Magic Mint #AFF2D0

Color information

#AFF2D0 (or 0xAFF2D0) is unknown color: approx Magic Mint. HEX triplet: AF, F2 and D0. RGB value is (175,242,208). Sum of RGB (Red+Green+Blue) = 175+242+208=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2D0 is #500D2F. Grayscale: #DADADA. Windows color (decimal): -5246256 or 13693615. OLE color: 13693615.

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

Color convert

RGB175242208-
CMYK0.2800.140.05
HSL149.55º72.04%81.76%-
HSV(B)149.55º27.69%94.9%-
XYZ60.8277.1771.36-
YUV218.09122.397.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 242 (94.92% from 255) = 38.72%
BLUE value IS 208 (81.64% from 255) = 33.28%
R=28%
G=38.72%
B=33.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752422080.2800.140.05149.5572.0481.76
HexAFF2D01C0E5964852
Octal257362320340165226110122
Binary10101111111100101101000011100011101011001011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2D0; }

 p { color: rgb(175,242,208); }

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

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

 a { background-color: rgb(175,242,208); }

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

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

 span { border-color: rgb(175,242,208); }

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