#9AFABD

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

Shades of Magic Mint #9AFABD

Tints of Magic Mint #9AFABD

Color information

#9AFABD (or 0x9AFABD) is unknown color: approx Magic Mint. HEX triplet: 9A, FA and BD. RGB value is (154,250,189). Sum of RGB (Red+Green+Blue) = 154+250+189=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFABD is #650542. Grayscale: #D6D6D6. Windows color (decimal): -6620483 or 12450458. OLE color: 12450458.

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

Color convert

RGB154250189-
CMYK0.3800.240.02
HSL141.88º90.57%79.22%-
HSV(B)141.88º38.4%98.04%-
XYZ56.778.9260.39-
YUV214.34113.784.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.97%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=25.97%
G=42.16%
B=31.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542501890.3800.240.02141.8890.5779.22
Hex9AFABD2601828e5b4f
Octal232372275460302216133117
Binary100110101111101010111101100110011000101000111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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