#9AFBBD

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

Shades of Magic Mint #9AFBBD

Tints of Magic Mint #9AFBBD

Color information

#9AFBBD (or 0x9AFBBD) is unknown color: approx Magic Mint. HEX triplet: 9A, FB and BD. RGB value is (154,251,189). Sum of RGB (Red+Green+Blue) = 154+251+189=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBBD is #650442. Grayscale: #D7D7D7. Windows color (decimal): -6620227 or 12450714. OLE color: 12450714.

HSL color Cylindrical-coordinate representation of color #9AFBBD: hue angle of 141.65º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFBBD is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB154251189-
CMYK0.3900.250.02
HSL141.65º92.38%79.41%-
HSV(B)141.65º38.65%98.43%-
XYZ57.0179.5460.49-
YUV214.93113.3684.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.93%
GREEN value IS 251 (98.44% from 255) = 42.26%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=25.93%
G=42.26%
B=31.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511890.3900.250.02141.6592.3879.41
Hex9AFBBD2701928e5c4f
Octal232373275470312216134117
Binary100110101111101110111101100111011001101000111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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