#aff5d8

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

Shades of Magic Mint #AFF5D8

Tints of Magic Mint #AFF5D8

Color information

#AFF5D8 (or 0xAFF5D8) is unknown color: approx Magic Mint. HEX triplet: AF, F5 and D8. RGB value is (175,245,216). Sum of RGB (Red+Green+Blue) = 175+245+216=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5D8 is #500A27. Grayscale: #DCDCDC. Windows color (decimal): -5245480 or 14218671. OLE color: 14218671.

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

Color convert

RGB175245216-
CMYK0.2900.120.04
HSL155.14º77.78%82.35%-
HSV(B)155.14º28.57%96.08%-
XYZ62.7379.3876.98-
YUV220.76125.3195.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.52%
GREEN value IS 245 (96.09% from 255) = 38.52%
BLUE value IS 216 (84.77% from 255) = 33.96%
R=27.52%
G=38.52%
B=33.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752452160.2900.120.04155.1477.7882.35
HexAFF5D81D0C49b4e52
Octal257365330350144233116122
Binary10101111111101011101100011101011001001001101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aff5d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aff5d8; }

 p { color: rgb(175,245,216); }

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

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

 a { background-color: rgb(175,245,216); }

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

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

 span { border-color: rgb(175,245,216); }

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