#9AFBD8

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

Shades of Magic Mint #9AFBD8

Tints of Magic Mint #9AFBD8

Color information

#9AFBD8 (or 0x9AFBD8) is unknown color: approx Magic Mint. HEX triplet: 9A, FB and D8. RGB value is (154,251,216). Sum of RGB (Red+Green+Blue) = 154+251+216=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBD8 is #650427. Grayscale: #DADADA. Windows color (decimal): -6620200 or 14220186. OLE color: 14220186.

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

Color convert

RGB154251216-
CMYK0.3900.140.02
HSL158.35º92.38%79.41%-
HSV(B)158.35º38.65%98.43%-
XYZ60.2280.8277.39-
YUV218.01126.8682.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.80%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 216 (84.77% from 255) = 34.78%
R=24.80%
G=40.42%
B=34.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542512160.3900.140.02158.3592.3879.41
Hex9AFBD8270E29e5c4f
Octal232373330470162236134117
Binary10011010111110111101100010011101110101001111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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