#9AFFCE

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

Shades of Magic Mint #9AFFCE

Tints of Magic Mint #9AFFCE

Color information

#9AFFCE (or 0x9AFFCE) is unknown color: approx Magic Mint. HEX triplet: 9A, FF and CE. RGB value is (154,255,206). Sum of RGB (Red+Green+Blue) = 154+255+206=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFCE is #650031. Grayscale: #DBDBDB. Windows color (decimal): -6619186 or 13565850. OLE color: 13565850.

HSL color Cylindrical-coordinate representation of color #9AFFCE: hue angle of 150.89º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFCE is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB154255206-
CMYK0.4000.190
HSL150.89º100%80.2%-
HSV(B)150.89º39.61%100%-
XYZ60.2382.8571.21-
YUV219.22120.5481.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.04%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=25.04%
G=41.46%
B=33.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552060.4000.190150.8910080.2
Hex9AFFCE280130976450
Octal232377316500230227144120
Binary10011010111111111100111010100001001101001011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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