#0BEFB0

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

Shades of Medium Spring Green #0BEFB0

Tints of Medium Spring Green #0BEFB0

Color information

#0BEFB0 (or 0x0BEFB0) is unknown color: approx Medium Spring Green. HEX triplet: 0B, EF and B0. RGB value is (11,239,176). Sum of RGB (Red+Green+Blue) = 11+239+176=426 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEFB0 is #F4104F. Grayscale: #A3A3A3. Windows color (decimal): -15994960 or 11595531. OLE color: 11595531.

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

Color convert

RGB11239176-
CMYK0.9500.260.06
HSL163.42º91.2%49.02%-
HSV(B)163.42º95.4%93.73%-
XYZ38.8464.9451.56-
YUV163.65134.9619.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.58%
GREEN value IS 239 (93.75% from 255) = 56.10%
BLUE value IS 176 (69.14% from 255) = 41.31%
R=2.58%
G=56.10%
B=41.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112391760.9500.260.06163.4291.249.02
HexBEFB05F01A6a35b31
Octal13357260137032624313361
Binary101111101111101100001011111011010110101000111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,239,176); }

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

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

 a { background-color: rgb(11,239,176); }

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

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

 span { border-color: rgb(11,239,176); }

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