#0BEA97

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

Shades of Medium Spring Green #0BEA97

Tints of Medium Spring Green #0BEA97

Color information

#0BEA97 (or 0x0BEA97) is unknown color: approx Medium Spring Green. HEX triplet: 0B, EA and 97. RGB value is (11,234,151). Sum of RGB (Red+Green+Blue) = 11+234+151=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 234 (91.80% from 255 or 59.09% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA97 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEA97 is #F41568. Grayscale: #9D9D9D. Windows color (decimal): -15996265 or 9955851. OLE color: 9955851.

HSL color Cylindrical-coordinate representation of color #0BEA97: hue angle of 157.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEA97 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB11234151-
CMYK0.9500.350.08
HSL157.67º91.02%48.04%-
HSV(B)157.67º95.3%91.76%-
XYZ35.1561.1539.23-
YUV157.86124.1223.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.78%
GREEN value IS 234 (91.80% from 255) = 59.09%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=2.78%
G=59.09%
B=38.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112341510.9500.350.08157.6791.0248.04
HexBEA975F02389e5b30
Octal133522271370431023613360
Binary10111110101010010111101111101000111000100111101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BEA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,234,151); }

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

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

 a { background-color: rgb(11,234,151); }

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

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

 span { border-color: rgb(11,234,151); }

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