Html Css Color HEX #0BEFBA Medium Spring Green

📋 copy color: '#0BEFBA'

red 11 ◦ green 239 ◦ blue 186

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

Shades of Medium Spring Green #0BEFBA

Tints of Medium Spring Green #0BEFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.82%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 2.52%
G = 54.82%
B = 42.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#0BEFBA (or 0x0BEFBA) is known color: Medium Spring Green. HEX triplet: 0B, EF and BA. RGB value is (11,239,186). Sum of RGB (Red+Green+Blue) = 11+239+186=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFBA is #F41045. Grayscale: #A4A4A4. Windows color (decimal): -15994950 or 12250891. OLE color: 12250891.

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

Color convert

RGB 11 239 186 -
CMYK 0.95 0 0.22 0.06
HSL 166.05º 0.91% 0.49% -
HSV(B) 166.05º 0.95% 0.94% -
XYZ 39.87 65.35 56.97 -
YUV 164.79 139.96 18.31 -
System Red Green Blue C M Y K H S L
Decimal 11 239 186 0.95 0 0.22 0.06 166.05 0.91 0.49
Hex B EF BA 5F 0 16 6 A6 5B 31
Octal 13 357 272 137 0 26 6 246 133 61
Binary 1011 11101111 10111010 1011111 0 10110 110 10100110 1011011 110001

Color Harmonies of #0BEFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEFBA

Black with #0BEFBA

Text Example


Text Example

White with #0BEFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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