#9AFDBA

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

Shades of Magic Mint #9AFDBA

Tints of Magic Mint #9AFDBA

Color information

#9AFDBA (or 0x9AFDBA) is unknown color: approx Magic Mint. HEX triplet: 9A, FD and BA. RGB value is (154,253,186). Sum of RGB (Red+Green+Blue) = 154+253+186=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDBA is #650245. Grayscale: #D7D7D7. Windows color (decimal): -6619718 or 12254618. OLE color: 12254618.

HSL color Cylindrical-coordinate representation of color #9AFDBA: hue angle of 139.39º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFDBA is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB154253186-
CMYK0.3900.260.01
HSL139.39º96.12%79.8%-
HSV(B)139.39º39.13%99.22%-
XYZ57.3180.6759-
YUV215.76111.283.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.97%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=25.97%
G=42.66%
B=31.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542531860.3900.260.01139.3996.1279.8
Hex9AFDBA2701A18b6050
Octal232375272470321213140120
Binary10011010111111011011101010011101101011000101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,253,186); }

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

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

 a { background-color: rgb(154,253,186); }

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

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

 span { border-color: rgb(154,253,186); }

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