#9FFBDE

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

Shades of Magic Mint #9FFBDE

Tints of Magic Mint #9FFBDE

Color information

#9FFBDE (or 0x9FFBDE) is unknown color: approx Magic Mint. HEX triplet: 9F, FB and DE. RGB value is (159,251,222). Sum of RGB (Red+Green+Blue) = 159+251+222=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFBDE is #600421. Grayscale: #DCDCDC. Windows color (decimal): -6292514 or 14613407. OLE color: 14613407.

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

Color convert

RGB159251222-
CMYK0.3700.120.02
HSL161.09º92%80.39%-
HSV(B)161.09º36.65%98.43%-
XYZ61.9881.6481.6-
YUV220.19129.0284.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.16%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 222 (87.11% from 255) = 35.13%
R=25.16%
G=39.72%
B=35.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592512220.3700.120.02161.099280.39
Hex9FFBDE250C2a15c50
Octal237373336450142241134120
Binary10011111111110111101111010010101100101010000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,251,222); }

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

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

 a { background-color: rgb(159,251,222); }

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

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

 span { border-color: rgb(159,251,222); }

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