#AFE5CE

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

Shades of Magic Mint #AFE5CE

Tints of Magic Mint #AFE5CE

Color information

#AFE5CE (or 0xAFE5CE) is unknown color: approx Magic Mint. HEX triplet: AF, E5 and CE. RGB value is (175,229,206). Sum of RGB (Red+Green+Blue) = 175+229+206=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5CE is #501A31. Grayscale: #D2D2D2. Windows color (decimal): -5249586 or 13559215. OLE color: 13559215.

HSL color Cylindrical-coordinate representation of color #AFE5CE: hue angle of 154.44º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5CE is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB175229206-
CMYK0.2400.100.10
HSL154.44º50.94%79.22%-
HSV(B)154.44º23.58%89.8%-
XYZ56.8469.6168.83-
YUV210.23125.61102.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 229 (89.84% from 255) = 37.54%
BLUE value IS 206 (80.86% from 255) = 33.77%
R=28.69%
G=37.54%
B=33.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752292060.2400.100.10154.4450.9479.22
HexAFE5CE180AA9a334f
Octal257345316300121223263117
Binary10101111111001011100111011000010101010100110101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5CE; }

 p { color: rgb(175,229,206); }

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

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

 a { background-color: rgb(175,229,206); }

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

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

 span { border-color: rgb(175,229,206); }

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