#AFFFD4

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

Shades of Magic Mint #AFFFD4

Tints of Magic Mint #AFFFD4

Color information

#AFFFD4 (or 0xAFFFD4) is unknown color: approx Magic Mint. HEX triplet: AF, FF and D4. RGB value is (175,255,212). Sum of RGB (Red+Green+Blue) = 175+255+212=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFD4 is #50002B. Grayscale: #E2E2E2. Windows color (decimal): -5242924 or 13959087. OLE color: 13959087.

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

Color convert

RGB175255212-
CMYK0.3100.170
HSL147.75º100%84.31%-
HSV(B)147.75º31.37%100%-
XYZ65.3285.3975.33-
YUV226.1812091.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 212 (83.20% from 255) = 33.02%
R=27.26%
G=39.72%
B=33.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552120.3100.170147.7510084.31
HexAFFFD41F0110946454
Octal257377324370210224144124
Binary1010111111111111110101001111101000101001010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFD4; }

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

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

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

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

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

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

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

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