#AFECD3

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

Shades of Magic Mint #AFECD3

Tints of Magic Mint #AFECD3

Color information

#AFECD3 (or 0xAFECD3) is unknown color: approx Magic Mint. HEX triplet: AF, EC and D3. RGB value is (175,236,211). Sum of RGB (Red+Green+Blue) = 175+236+211=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECD3 is #50132C. Grayscale: #D6D6D6. Windows color (decimal): -5247789 or 13888687. OLE color: 13888687.

HSL color Cylindrical-coordinate representation of color #AFECD3: hue angle of 155.41º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECD3 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB175236211-
CMYK0.2600.110.07
HSL155.41º61.62%80.59%-
HSV(B)155.41º25.85%92.55%-
XYZ59.4373.8172.74-
YUV214.91125.7999.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 211 (82.81% from 255) = 33.92%
R=28.14%
G=37.94%
B=33.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752362110.2600.110.07155.4161.6280.59
HexAFECD31A0B79b3e51
Octal25735432332013723376121
Binary1010111111101100110100111101001011111100110111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECD3; }

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

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

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

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

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

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

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

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