#9BFEE0

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

Shades of Magic Mint #9BFEE0

Tints of Magic Mint #9BFEE0

Color information

#9BFEE0 (or 0x9BFEE0) is unknown color: approx Magic Mint. HEX triplet: 9B, FE and E0. RGB value is (155,254,224). Sum of RGB (Red+Green+Blue) = 155+254+224=633 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.49% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEE0 is #64011F. Grayscale: #DDDDDD. Windows color (decimal): -6553888 or 14745243. OLE color: 14745243.

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

Color convert

RGB155254224-
CMYK0.3900.120.00
HSL161.82º98.02%80.2%-
HSV(B)161.82º38.98%99.61%-
XYZ62.4183.2383.3-
YUV220.98129.780.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.49%
GREEN value IS 254 (99.61% from 255) = 40.13%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=24.49%
G=40.13%
B=35.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552542240.3900.120.00161.8298.0280.2
Hex9BFEE0270C0a26250
Octal233376340470140242142120
Binary1001101111111110111000001001110110001010001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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