#AFF9D2

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

Shades of Magic Mint #AFF9D2

Tints of Magic Mint #AFF9D2

Color information

#AFF9D2 (or 0xAFF9D2) is unknown color: approx Magic Mint. HEX triplet: AF, F9 and D2. RGB value is (175,249,210). Sum of RGB (Red+Green+Blue) = 175+249+210=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9D2 is #50062D. Grayscale: #DEDEDE. Windows color (decimal): -5244462 or 13826479. OLE color: 13826479.

HSL color Cylindrical-coordinate representation of color #AFF9D2: hue angle of 148.38º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9D2 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB175249210-
CMYK0.3000.160.02
HSL148.38º86.05%83.14%-
HSV(B)148.38º29.72%97.65%-
XYZ63.1981.5273.38-
YUV222.43120.9894.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.60%
GREEN value IS 249 (97.66% from 255) = 39.27%
BLUE value IS 210 (82.42% from 255) = 33.12%
R=27.60%
G=39.27%
B=33.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752492100.3000.160.02148.3886.0583.14
HexAFF9D21E0102945653
Octal257371322360202224126123
Binary10101111111110011101001011110010000101001010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9D2; }

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

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

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

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

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

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

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

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