#9AFAB8

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

Shades of Magic Mint #9AFAB8

Tints of Magic Mint #9AFAB8

Color information

#9AFAB8 (or 0x9AFAB8) is unknown color: approx Magic Mint. HEX triplet: 9A, FA and B8. RGB value is (154,250,184). Sum of RGB (Red+Green+Blue) = 154+250+184=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFAB8 is #650547. Grayscale: #D5D5D5. Windows color (decimal): -6620488 or 12122778. OLE color: 12122778.

HSL color Cylindrical-coordinate representation of color #9AFAB8: hue angle of 138.75º 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 #9AFAB8 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB154250184-
CMYK0.3800.260.02
HSL138.75º90.57%79.22%-
HSV(B)138.75º38.4%98.04%-
XYZ56.1678.757.58-
YUV213.77111.285.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.19%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 184 (72.27% from 255) = 31.29%
R=26.19%
G=42.52%
B=31.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542501840.3800.260.02138.7590.5779.22
Hex9AFAB82601A28b5b4f
Octal232372270460322213133117
Binary100110101111101010111000100110011010101000101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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