#9AF6CE

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

Shades of Magic Mint #9AF6CE

Tints of Magic Mint #9AF6CE

Color information

#9AF6CE (or 0x9AF6CE) is unknown color: approx Magic Mint. HEX triplet: 9A, F6 and CE. RGB value is (154,246,206). Sum of RGB (Red+Green+Blue) = 154+246+206=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF6CE is #650931. Grayscale: #D5D5D5. Windows color (decimal): -6621490 or 13563546. OLE color: 13563546.

HSL color Cylindrical-coordinate representation of color #9AF6CE: hue angle of 153.91º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF6CE is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB154246206-
CMYK0.3700.160.04
HSL153.91º83.64%78.43%-
HSV(B)153.91º37.4%96.47%-
XYZ57.4277.2470.27-
YUV213.93123.5285.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.41%
GREEN value IS 246 (96.48% from 255) = 40.59%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=25.41%
G=40.59%
B=33.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1542462060.3700.160.04153.9183.6478.43
Hex9AF6CE2501049a544e
Octal232366316450204232124116
Binary1001101011110110110011101001010100001001001101010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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