#AFEFCA

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

Shades of Magic Mint #AFEFCA

Tints of Magic Mint #AFEFCA

Color information

#AFEFCA (or 0xAFEFCA) is unknown color: approx Magic Mint. HEX triplet: AF, EF and CA. RGB value is (175,239,202). Sum of RGB (Red+Green+Blue) = 175+239+202=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFCA is #501035. Grayscale: #D7D7D7. Windows color (decimal): -5247030 or 13299631. OLE color: 13299631.

HSL color Cylindrical-coordinate representation of color #AFEFCA: hue angle of 145.31º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFCA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB175239202-
CMYK0.2700.150.06
HSL145.31º66.67%81.18%-
HSV(B)145.31º26.78%93.73%-
XYZ59.2175.1167.25-
YUV215.65120.399.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 239 (93.75% from 255) = 38.80%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=28.41%
G=38.80%
B=32.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752392020.2700.150.06145.3166.6781.18
HexAFEFCA1B0F6914351
Octal257357312330176221103121
Binary10101111111011111100101011011011111101001000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFCA; }

 p { color: rgb(175,239,202); }

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

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

 a { background-color: rgb(175,239,202); }

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

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

 span { border-color: rgb(175,239,202); }

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