#9AFBD7

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

Shades of Magic Mint #9AFBD7

Tints of Magic Mint #9AFBD7

Color information

#9AFBD7 (or 0x9AFBD7) is unknown color: approx Magic Mint. HEX triplet: 9A, FB and D7. RGB value is (154,251,215). Sum of RGB (Red+Green+Blue) = 154+251+215=620 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.84% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBD7 is #650428. Grayscale: #D9D9D9. Windows color (decimal): -6620201 or 14154650. OLE color: 14154650.

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

Color convert

RGB154251215-
CMYK0.3900.140.02
HSL157.73º92.38%79.41%-
HSV(B)157.73º38.65%98.43%-
XYZ60.0980.7776.71-
YUV217.89126.3682.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.84%
GREEN value IS 251 (98.44% from 255) = 40.48%
BLUE value IS 215 (84.38% from 255) = 34.68%
R=24.84%
G=40.48%
B=34.68%

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
Decimal1542512150.3900.140.02157.7392.3879.41
Hex9AFBD7270E29e5c4f
Octal232373327470162236134117
Binary10011010111110111101011110011101110101001111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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