Html Css Color HEX #0BF0BA Medium Spring Green

📋 copy color: '#0BF0BA'

red 11 ◦ green 240 ◦ blue 186

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

Shades of Medium Spring Green #0BF0BA

Tints of Medium Spring Green #0BF0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.92%

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

R = 2.52%
G = 54.92%
B = 42.56%

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

#0BF0BA (or 0x0BF0BA) is known color: Medium Spring Green. HEX triplet: 0B, F0 and BA. RGB value is (11,240,186). Sum of RGB (Red+Green+Blue) = 11+240+186=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF0BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF0BA is #F40F45. Grayscale: #A5A5A5. Windows color (decimal): -15994694 or 12251147. OLE color: 12251147.

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

Color convert

RGB 11 240 186 -
CMYK 0.95 0 0.22 0.06
HSL 165.85º 0.91% 0.49% -
HSV(B) 165.85º 0.95% 0.94% -
XYZ 40.16 65.94 57.06 -
YUV 165.37 139.63 17.89 -
System Red Green Blue C M Y K H S L
Decimal 11 240 186 0.95 0 0.22 0.06 165.85 0.91 0.49
Hex B F0 BA 5F 0 16 6 A6 5B 31
Octal 13 360 272 137 0 26 6 246 133 61
Binary 1011 11110000 10111010 1011111 0 10110 110 10100110 1011011 110001

Color Harmonies of #0BF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF0BA

Black with #0BF0BA

Text Example


Text Example

White with #0BF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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