Html Css Color HEX #0BFBAE Medium Spring Green

📋 copy color: '#0BFBAE'

red 11 ◦ green 251 ◦ blue 174

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

Shades of Medium Spring Green #0BFBAE

Tints of Medium Spring Green #0BFBAE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.57%

 BLUE value IS 174 (68.36% from 255) = 39.91%

R = 2.52%
G = 57.57%
B = 39.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#0BFBAE (or 0x0BFBAE) is known color: Medium Spring Green. HEX triplet: 0B, FB and AE. RGB value is (11,251,174). Sum of RGB (Red+Green+Blue) = 11+251+174=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 251 (98.44% from 255 or 57.57% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFBAE is #F40451. Grayscale: #AAAAAA. Windows color (decimal): -15991890 or 11467531. OLE color: 11467531.

HSL color Cylindrical-coordinate representation of color #0BFBAE: hue angle of 160.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFBAE is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 251 174 -
CMYK 0.96 0 0.31 0.02
HSL 160.75º 0.97% 0.51% -
HSV(B) 160.75º 0.96% 0.98% -
XYZ 42.28 72.12 51.74 -
YUV 170.46 129.99 14.26 -
System Red Green Blue C M Y K H S L
Decimal 11 251 174 0.96 0 0.31 0.02 160.75 0.97 0.51
Hex B FB AE 60 0 1F 2 A1 61 33
Octal 13 373 256 140 0 37 2 241 141 63
Binary 1011 11111011 10101110 1100000 0 11111 10 10100001 1100001 110011

Color Harmonies of #0BFBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFBAE

Black with #0BFBAE

Text Example


Text Example

White with #0BFBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,251,174); }

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

background-color css

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

 a { background-color: rgb(11,251,174); }

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

border-color css

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

 span { border-color: rgb(11,251,174); }

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