#9AFFB8

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

Shades of Magic Mint #9AFFB8

Tints of Magic Mint #9AFFB8

Color information

#9AFFB8 (or 0x9AFFB8) is unknown color: approx Magic Mint. HEX triplet: 9A, FF and B8. RGB value is (154,255,184). Sum of RGB (Red+Green+Blue) = 154+255+184=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFB8 is #650047. Grayscale: #D8D8D8. Windows color (decimal): -6619208 or 12124058. OLE color: 12124058.

HSL color Cylindrical-coordinate representation of color #9AFFB8: hue angle of 137.82º 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 #9AFFB8 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB154255184-
CMYK0.4000.280
HSL137.82º100%80.2%-
HSV(B)137.82º39.61%100%-
XYZ57.7481.8558.1-
YUV216.71109.5483.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.97%
GREEN value IS 255 (100% from 255) = 43.00%
BLUE value IS 184 (72.27% from 255) = 31.03%
R=25.97%
G=43.00%
B=31.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542551840.4000.280137.8210080.2
Hex9AFFB82801C08a6450
Octal232377270500340212144120
Binary10011010111111111011100010100001110001000101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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