#AFECD0

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

Shades of Magic Mint #AFECD0

Tints of Magic Mint #AFECD0

Color information

#AFECD0 (or 0xAFECD0) is unknown color: approx Magic Mint. HEX triplet: AF, EC and D0. RGB value is (175,236,208). Sum of RGB (Red+Green+Blue) = 175+236+208=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECD0 is #50132F. Grayscale: #D6D6D6. Windows color (decimal): -5247792 or 13692079. OLE color: 13692079.

HSL color Cylindrical-coordinate representation of color #AFECD0: hue angle of 152.46º 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 #AFECD0 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB175236208-
CMYK0.2600.120.07
HSL152.46º61.62%80.59%-
HSV(B)152.46º25.85%92.55%-
XYZ59.0673.6670.78-
YUV214.57124.2999.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=28.27%
G=38.13%
B=33.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752362080.2600.120.07152.4661.6280.59
HexAFECD01A0C7983e51
Octal25735432032014723076121
Binary1010111111101100110100001101001100111100110001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECD0; }

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

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

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

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

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

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

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

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