#9BFED2

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

Shades of Magic Mint #9BFED2

Tints of Magic Mint #9BFED2

Color information

#9BFED2 (or 0x9BFED2) is unknown color: approx Magic Mint. HEX triplet: 9B, FE and D2. RGB value is (155,254,210). Sum of RGB (Red+Green+Blue) = 155+254+210=619 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.04% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFED2 is #64012D. Grayscale: #DBDBDB. Windows color (decimal): -6553902 or 13827739. OLE color: 13827739.

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

Color convert

RGB155254210-
CMYK0.3900.170.00
HSL153.33º98.02%80.2%-
HSV(B)153.33º38.98%99.61%-
XYZ60.5982.5173.7-
YUV219.38122.782.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.04%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 210 (82.42% from 255) = 33.93%
R=25.04%
G=41.03%
B=33.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552542100.3900.170.00153.3398.0280.2
Hex9BFED2270110996250
Octal233376322470210231142120
Binary10011011111111101101001010011101000101001100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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