#AFEBD3

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

Shades of Magic Mint #AFEBD3

Tints of Magic Mint #AFEBD3

Color information

#AFEBD3 (or 0xAFEBD3) is unknown color: approx Magic Mint. HEX triplet: AF, EB and D3. RGB value is (175,235,211). Sum of RGB (Red+Green+Blue) = 175+235+211=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBD3 is #50142C. Grayscale: #D6D6D6. Windows color (decimal): -5248045 or 13888431. OLE color: 13888431.

HSL color Cylindrical-coordinate representation of color #AFEBD3: hue angle of 156º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBD3 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB175235211-
CMYK0.2600.100.08
HSL156º60%80.39%-
HSV(B)156º25.53%92.16%-
XYZ59.1573.2372.65-
YUV214.32126.1299.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 211 (82.81% from 255) = 33.98%
R=28.18%
G=37.84%
B=33.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752352110.2600.100.081566080.39
HexAFEBD31A0A89c3c50
Octal257353323320121023474120
Binary10101111111010111101001111010010101000100111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBD3; }

 p { color: rgb(175,235,211); }

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

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

 a { background-color: rgb(175,235,211); }

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

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

 span { border-color: rgb(175,235,211); }

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