#AFF0D0

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

Shades of Magic Mint #AFF0D0

Tints of Magic Mint #AFF0D0

Color information

#AFF0D0 (or 0xAFF0D0) is unknown color: approx Magic Mint. HEX triplet: AF, F0 and D0. RGB value is (175,240,208). Sum of RGB (Red+Green+Blue) = 175+240+208=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0D0 is #500F2F. Grayscale: #D8D8D8. Windows color (decimal): -5246768 or 13693103. OLE color: 13693103.

HSL color Cylindrical-coordinate representation of color #AFF0D0: hue angle of 150.46º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0D0 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB175240208-
CMYK0.2700.130.06
HSL150.46º68.42%81.37%-
HSV(B)150.46º27.08%94.12%-
XYZ60.2275.9971.17-
YUV216.92122.9798.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.09%
GREEN value IS 240 (94.14% from 255) = 38.52%
BLUE value IS 208 (81.64% from 255) = 33.39%
R=28.09%
G=38.52%
B=33.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752402080.2700.130.06150.4668.4281.37
HexAFF0D01B0D6964451
Octal257360320330156226104121
Binary10101111111100001101000011011011011101001011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0D0; }

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

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

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

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

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

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

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

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