#9AFACE

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

Shades of Magic Mint #9AFACE

Tints of Magic Mint #9AFACE

Color information

#9AFACE (or 0x9AFACE) is unknown color: approx Magic Mint. HEX triplet: 9A, FA and CE. RGB value is (154,250,206). Sum of RGB (Red+Green+Blue) = 154+250+206=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFACE is #650531. Grayscale: #D8D8D8. Windows color (decimal): -6620466 or 13564570. OLE color: 13564570.

HSL color Cylindrical-coordinate representation of color #9AFACE: hue angle of 152.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AFACE is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB154250206-
CMYK0.3800.180.02
HSL152.5º90.57%79.22%-
HSV(B)152.5º38.4%98.04%-
XYZ58.6579.770.68-
YUV216.28122.283.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.25%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 206 (80.86% from 255) = 33.77%
R=25.25%
G=40.98%
B=33.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542502060.3800.180.02152.590.5779.22
Hex9AFACE260122985b4f
Octal232372316460222230133117
Binary100110101111101011001110100110010010101001100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFACE; }

 p { color: rgb(154,250,206); }

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

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

 a { background-color: rgb(154,250,206); }

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

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

 span { border-color: rgb(154,250,206); }

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