#AFF3D8

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

Shades of Magic Mint #AFF3D8

Tints of Magic Mint #AFF3D8

Color information

#AFF3D8 (or 0xAFF3D8) is unknown color: approx Magic Mint. HEX triplet: AF, F3 and D8. RGB value is (175,243,216). Sum of RGB (Red+Green+Blue) = 175+243+216=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3D8 is #500C27. Grayscale: #DBDBDB. Windows color (decimal): -5245992 or 14218159. OLE color: 14218159.

HSL color Cylindrical-coordinate representation of color #AFF3D8: hue angle of 156.18º degrees, saturation: 0.74, 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 #AFF3D8 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB175243216-
CMYK0.2800.110.05
HSL156.18º73.91%81.96%-
HSV(B)156.18º27.98%95.29%-
XYZ62.1278.1776.78-
YUV219.59125.9796.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.60%
GREEN value IS 243 (95.31% from 255) = 38.33%
BLUE value IS 216 (84.77% from 255) = 34.07%
R=27.60%
G=38.33%
B=34.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752432160.2800.110.05156.1873.9181.96
HexAFF3D81C0B59c4a52
Octal257363330340135234112122
Binary10101111111100111101100011100010111011001110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3D8; }

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

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

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

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

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

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

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

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