#AFFCCE

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

Shades of Magic Mint #AFFCCE

Tints of Magic Mint #AFFCCE

Color information

#AFFCCE (or 0xAFFCCE) is unknown color: approx Magic Mint. HEX triplet: AF, FC and CE. RGB value is (175,252,206). Sum of RGB (Red+Green+Blue) = 175+252+206=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCCE is #500331. Grayscale: #DFDFDF. Windows color (decimal): -5243698 or 13565103. OLE color: 13565103.

HSL color Cylindrical-coordinate representation of color #AFFCCE: hue angle of 144.16º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCCE is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB175252206-
CMYK0.3100.180.01
HSL144.16º92.77%83.73%-
HSV(B)144.16º30.56%98.82%-
XYZ63.6383.1971.1-
YUV223.73117.9993.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.65%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=27.65%
G=39.81%
B=32.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752522060.3100.180.01144.1692.7783.73
HexAFFCCE1F0121905d54
Octal257374316370221220135124
Binary1010111111111100110011101111101001011001000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCCE; }

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

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

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

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

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

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

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

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