Html Css Color HEX #0BFEBA Medium Spring Green

📋 copy color: '#0BFEBA'

red 11 ◦ green 254 ◦ blue 186

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

Shades of Medium Spring Green #0BFEBA

Tints of Medium Spring Green #0BFEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.32%

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

R = 2.44%
G = 56.32%
B = 41.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#0BFEBA (or 0x0BFEBA) is known color: Medium Spring Green. HEX triplet: 0B, FE and BA. RGB value is (11,254,186). Sum of RGB (Red+Green+Blue) = 11+254+186=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFEBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFEBA is #F40145. Grayscale: #ADADAD. Windows color (decimal): -15991110 or 12254731. OLE color: 12254731.

HSL color Cylindrical-coordinate representation of color #0BFEBA: hue angle of 163.21º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFEBA is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 11 254 186 -
CMYK 0.96 0 0.27 0.00
HSL 163.21º 0.99% 0.52% -
HSV(B) 163.21º 0.96% 1% -
XYZ 44.44 74.5 58.49 -
YUV 173.59 134.99 12.03 -
System Red Green Blue C M Y K H S L
Decimal 11 254 186 0.96 0 0.27 0.00 163.21 0.99 0.52
Hex B FE BA 60 0 1B 0 A3 63 34
Octal 13 376 272 140 0 33 0 243 143 64
Binary 1011 11111110 10111010 1100000 0 11011 0 10100011 1100011 110100

Color Harmonies of #0BFEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFEBA

Black with #0BFEBA

Text Example


Text Example

White with #0BFEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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