#9AFCBD

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

Shades of Magic Mint #9AFCBD

Tints of Magic Mint #9AFCBD

Color information

#9AFCBD (or 0x9AFCBD) is unknown color: approx Magic Mint. HEX triplet: 9A, FC and BD. RGB value is (154,252,189). Sum of RGB (Red+Green+Blue) = 154+252+189=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCBD is #650342. Grayscale: #D7D7D7. Windows color (decimal): -6619971 or 12450970. OLE color: 12450970.

HSL color Cylindrical-coordinate representation of color #9AFCBD: hue angle of 141.43º degrees, saturation: 0.94, 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 #9AFCBD is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB154252189-
CMYK0.3900.250.01
HSL141.43º94.23%79.61%-
HSV(B)141.43º38.89%98.82%-
XYZ57.3280.1660.6-
YUV215.52113.0384.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.88%
GREEN value IS 252 (98.83% from 255) = 42.35%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=25.88%
G=42.35%
B=31.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542521890.3900.250.01141.4394.2379.61
Hex9AFCBD2701918d5e50
Octal232374275470311215136120
Binary10011010111111001011110110011101100111000110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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