#AFE0CA

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

Shades of Magic Mint #AFE0CA

Tints of Magic Mint #AFE0CA

Color information

#AFE0CA (or 0xAFE0CA) is unknown color: approx Magic Mint. HEX triplet: AF, E0 and CA. RGB value is (175,224,202). Sum of RGB (Red+Green+Blue) = 175+224+202=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0CA is #501F35. Grayscale: #CECECE. Windows color (decimal): -5250870 or 13295791. OLE color: 13295791.

HSL color Cylindrical-coordinate representation of color #AFE0CA: hue angle of 153.06º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0CA is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB175224202-
CMYK0.2200.100.12
HSL153.06º44.14%78.24%-
HSV(B)153.06º21.88%87.84%-
XYZ5566.6965.85-
YUV206.84125.27105.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 224 (87.89% from 255) = 37.27%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=29.12%
G=37.27%
B=33.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752242020.2200.100.12153.0644.1478.24
HexAFE0CA160AC992c4e
Octal257340312260121423154116
Binary10101111111000001100101010110010101100100110011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0CA; }

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

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

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

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

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

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

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

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