#9DFBBE

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

Shades of Magic Mint #9DFBBE

Tints of Magic Mint #9DFBBE

Color information

#9DFBBE (or 0x9DFBBE) is unknown color: approx Magic Mint. HEX triplet: 9D, FB and BE. RGB value is (157,251,190). Sum of RGB (Red+Green+Blue) = 157+251+190=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFBBE is #620441. Grayscale: #D8D8D8. Windows color (decimal): -6423618 or 12516253. OLE color: 12516253.

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

Color convert

RGB157251190-
CMYK0.3700.240.02
HSL141.06º92.16%80%-
HSV(B)141.06º37.45%98.43%-
XYZ57.779.8861.09-
YUV215.94113.3685.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.25%
GREEN value IS 251 (98.44% from 255) = 41.97%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=26.25%
G=41.97%
B=31.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572511900.3700.240.02141.0692.1680
Hex9DFBBE2501828d5c50
Octal235373276450302215134120
Binary100111011111101110111110100101011000101000110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,251,190); }

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

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

 a { background-color: rgb(157,251,190); }

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

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

 span { border-color: rgb(157,251,190); }

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