#AFF2CA

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

Shades of Magic Mint #AFF2CA

Tints of Magic Mint #AFF2CA

Color information

#AFF2CA (or 0xAFF2CA) is unknown color: approx Magic Mint. HEX triplet: AF, F2 and CA. RGB value is (175,242,202). Sum of RGB (Red+Green+Blue) = 175+242+202=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2CA is #500D35. Grayscale: #D9D9D9. Windows color (decimal): -5246262 or 13300399. OLE color: 13300399.

HSL color Cylindrical-coordinate representation of color #AFF2CA: hue angle of 144.18º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2CA is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB175242202-
CMYK0.2800.170.05
HSL144.18º72.04%81.76%-
HSV(B)144.18º27.69%94.9%-
XYZ60.0976.8867.55-
YUV217.41119.397.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 242 (94.92% from 255) = 39.10%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=28.27%
G=39.10%
B=32.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752422020.2800.170.05144.1872.0481.76
HexAFF2CA1C0115904852
Octal257362312340215220110122
Binary101011111111001011001010111000100011011001000010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2CA; }

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

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

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

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

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

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

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

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