#9AF7CE

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

Shades of Magic Mint #9AF7CE

Tints of Magic Mint #9AF7CE

Color information

#9AF7CE (or 0x9AF7CE) is unknown color: approx Magic Mint. HEX triplet: 9A, F7 and CE. RGB value is (154,247,206). Sum of RGB (Red+Green+Blue) = 154+247+206=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF7CE is #650831. Grayscale: #D6D6D6. Windows color (decimal): -6621234 or 13563802. OLE color: 13563802.

HSL color Cylindrical-coordinate representation of color #9AF7CE: hue angle of 153.55º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF7CE is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB154247206-
CMYK0.3800.170.03
HSL153.55º85.32%78.63%-
HSV(B)153.55º37.65%96.86%-
XYZ57.7377.8570.38-
YUV214.52123.1984.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.37%
GREEN value IS 247 (96.88% from 255) = 40.69%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=25.37%
G=40.69%
B=33.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542472060.3800.170.03153.5585.3278.63
Hex9AF7CE2601139a554f
Octal232367316460213232125117
Binary100110101111011111001110100110010001111001101010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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