#9BFED0

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

Shades of Magic Mint #9BFED0

Tints of Magic Mint #9BFED0

Color information

#9BFED0 (or 0x9BFED0) is unknown color: approx Magic Mint. HEX triplet: 9B, FE and D0. RGB value is (155,254,208). Sum of RGB (Red+Green+Blue) = 155+254+208=617 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.12% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFED0 is #64012F. Grayscale: #DBDBDB. Windows color (decimal): -6553904 or 13696667. OLE color: 13696667.

HSL color Cylindrical-coordinate representation of color #9BFED0: hue angle of 152.12º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFED0 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB155254208-
CMYK0.3900.180.00
HSL152.12º98.02%80.2%-
HSV(B)152.12º38.98%99.61%-
XYZ60.3482.4172.4-
YUV219.15121.782.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.12%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 208 (81.64% from 255) = 33.71%
R=25.12%
G=41.17%
B=33.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552542080.3900.180.00152.1298.0280.2
Hex9BFED0270120986250
Octal233376320470220230142120
Binary10011011111111101101000010011101001001001100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,254,208); }

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

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

 a { background-color: rgb(155,254,208); }

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

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

 span { border-color: rgb(155,254,208); }

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