Html Css Color HEX #0BFEBF Medium Spring Green

📋 copy color: '#0BFEBF'

red 11 ◦ green 254 ◦ blue 191

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

Shades of Medium Spring Green #0BFEBF

Tints of Medium Spring Green #0BFEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 2.41%
G = 55.7%
B = 41.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#0BFEBF (or 0x0BFEBF) is known color: Medium Spring Green. HEX triplet: 0B, FE and BF. RGB value is (11,254,191). Sum of RGB (Red+Green+Blue) = 11+254+191=456 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFEBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFEBF is #F40140. Grayscale: #AEAEAE. Windows color (decimal): -15991105 or 12582411. OLE color: 12582411.

HSL color Cylindrical-coordinate representation of color #0BFEBF: hue angle of 164.44º 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 #0BFEBF is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 11 254 191 -
CMYK 0.96 0 0.25 0.00
HSL 164.44º 0.99% 0.52% -
HSV(B) 164.44º 0.96% 1% -
XYZ 44.98 74.72 61.34 -
YUV 174.16 137.49 11.62 -
System Red Green Blue C M Y K H S L
Decimal 11 254 191 0.96 0 0.25 0.00 164.44 0.99 0.52
Hex B FE BF 60 0 19 0 A4 63 34
Octal 13 376 277 140 0 31 0 244 143 64
Binary 1011 11111110 10111111 1100000 0 11001 0 10100100 1100011 110100

Color Harmonies of #0BFEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFEBF

Black with #0BFEBF

Text Example


Text Example

White with #0BFEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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