#AFE1CA

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

Shades of Magic Mint #AFE1CA

Tints of Magic Mint #AFE1CA

Color information

#AFE1CA (or 0xAFE1CA) is unknown color: approx Magic Mint. HEX triplet: AF, E1 and CA. RGB value is (175,225,202). Sum of RGB (Red+Green+Blue) = 175+225+202=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1CA is #501E35. Grayscale: #CFCFCF. Windows color (decimal): -5250614 or 13296047. OLE color: 13296047.

HSL color Cylindrical-coordinate representation of color #AFE1CA: hue angle of 152.4º degrees, saturation: 0.45, 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 #AFE1CA is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB175225202-
CMYK0.2200.100.12
HSL152.4º45.45%78.43%-
HSV(B)152.4º22.22%88.24%-
XYZ55.2767.2365.94-
YUV207.43124.94104.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=29.07%
G=37.38%
B=33.55%

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
Decimal1752252020.2200.100.12152.445.4578.43
HexAFE1CA160AC982d4e
Octal257341312260121423055116
Binary10101111111000011100101010110010101100100110001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1CA; }

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

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

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

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

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

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

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

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