Html Css Color HEX #0BEBAF Medium Spring Green

📋 copy color: '#0BEBAF'

red 11 ◦ green 235 ◦ blue 175

#0BEBAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0BEBAF

Tints of Medium Spring Green #0BEBAF

RGB

 RED value IS 11 (4.69% from 255) = 2.61%

 GREEN value IS 235 (92.19% from 255) = 55.82%

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 2.61%
G = 55.82%
B = 41.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#0BEBAF (or 0x0BEBAF) is known color: Medium Spring Green. HEX triplet: 0B, EB and AF. RGB value is (11,235,175). Sum of RGB (Red+Green+Blue) = 11+235+175=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 235 (92.19% from 255 or 55.82% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEBAF is #F41450. Grayscale: #A1A1A1. Windows color (decimal): -15995985 or 11528971. OLE color: 11528971.

HSL color Cylindrical-coordinate representation of color #0BEBAF: hue angle of 163.93º 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 #0BEBAF is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 235 175 -
CMYK 0.95 0 0.26 0.08
HSL 163.93º 0.91% 0.48% -
HSV(B) 163.93º 0.95% 0.92% -
XYZ 37.58 62.58 50.66 -
YUV 161.18 135.79 20.88 -
System Red Green Blue C M Y K H S L
Decimal 11 235 175 0.95 0 0.26 0.08 163.93 0.91 0.48
Hex B EB AF 5F 0 1A 8 A4 5B 30
Octal 13 353 257 137 0 32 10 244 133 60
Binary 1011 11101011 10101111 1011111 0 11010 1000 10100100 1011011 110000

Color Harmonies of #0BEBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBAF

Black with #0BEBAF

Text Example


Text Example

White with #0BEBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,235,175); }

 H1.HeaderClassName
 {
   color: #0BEBAF;
 }
 .AnyTagClassName
 {
   color: #0BEBAF;
 }
</style>

background-color css

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

 a { background-color: rgb(11,235,175); }

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

border-color css

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

 span { border-color: rgb(11,235,175); }

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