#AFFEDF

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

Shades of Magic Mint #AFFEDF

Tints of Magic Mint #AFFEDF

Color information

#AFFEDF (or 0xAFFEDF) is unknown color: approx Magic Mint. HEX triplet: AF, FE and DF. RGB value is (175,254,223). Sum of RGB (Red+Green+Blue) = 175+254+223=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEDF is #500120. Grayscale: #E2E2E2. Windows color (decimal): -5243169 or 14679727. OLE color: 14679727.

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

Color convert

RGB175254223-
CMYK0.3100.120.00
HSL156.46º97.53%84.12%-
HSV(B)156.46º31.1%99.61%-
XYZ66.4485.3382.78-
YUV226.84125.8391.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.84%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=26.84%
G=38.96%
B=34.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752542230.3100.120.00156.4697.5384.12
HexAFFEDF1F0C09c6254
Octal257376337370140234142124
Binary101011111111111011011111111110110001001110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEDF; }

 p { color: rgb(175,254,223); }

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

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

 a { background-color: rgb(175,254,223); }

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

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

 span { border-color: rgb(175,254,223); }

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