#0BED9F

Color #0BED9F Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0BED9F

Tints of Medium Spring Green #0BED9F

Color information

#0BED9F (or 0x0BED9F) is unknown color: approx Medium Spring Green. HEX triplet: 0B, ED and 9F. RGB value is (11,237,159). Sum of RGB (Red+Green+Blue) = 11+237+159=407 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 407); Green value is 237 (92.97% from 255 or 58.23% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 237 - color contains mainly: green. Hex color #0BED9F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BED9F is #F41260. Grayscale: #A0A0A0. Windows color (decimal): -15995489 or 10480907. OLE color: 10480907.

HSL color Cylindrical-coordinate representation of color #0BED9F: hue angle of 159.29º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BED9F is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB11237159-
CMYK0.9500.330.07
HSL159.29º91.13%48.63%-
HSV(B)159.29º95.36%92.94%-
XYZ36.6863.1443.06-
YUV160.53127.1321.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.70%
GREEN value IS 237 (92.97% from 255) = 58.23%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=2.70%
G=58.23%
B=39.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112371590.9500.330.07159.2991.1348.63
HexBED9F5F02179f5b31
Octal13355237137041723713361
Binary1011111011011001111110111110100001111100111111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BED9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BED9F; }

 p { color: rgb(11,237,159); }

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

<style>
 a { background-color: #0BED9F; }

 a { background-color: rgb(11,237,159); }

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

<style>
 span { border-color: #0BED9F; }

 span { border-color: rgb(11,237,159); }

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