#AFFDD4

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

Shades of Magic Mint #AFFDD4

Tints of Magic Mint #AFFDD4

Color information

#AFFDD4 (or 0xAFFDD4) is unknown color: approx Magic Mint. HEX triplet: AF, FD and D4. RGB value is (175,253,212). Sum of RGB (Red+Green+Blue) = 175+253+212=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDD4 is #50022B. Grayscale: #E1E1E1. Windows color (decimal): -5243436 or 13958575. OLE color: 13958575.

HSL color Cylindrical-coordinate representation of color #AFFDD4: hue angle of 148.46º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDD4 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB175253212-
CMYK0.3100.160.01
HSL148.46º95.12%83.92%-
HSV(B)148.46º30.83%99.22%-
XYZ64.6984.1275.11-
YUV225120.6692.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.34%
GREEN value IS 253 (99.22% from 255) = 39.53%
BLUE value IS 212 (83.20% from 255) = 33.12%
R=27.34%
G=39.53%
B=33.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532120.3100.160.01148.4695.1283.92
HexAFFDD41F0101945f54
Octal257375324370201224137124
Binary1010111111111101110101001111101000011001010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDD4; }

 p { color: rgb(175,253,212); }

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

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

 a { background-color: rgb(175,253,212); }

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

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

 span { border-color: rgb(175,253,212); }

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