Html Css Color HEX #0BEBA6 Medium Spring Green

📋 copy color: '#0BEBA6'

red 11 ◦ green 235 ◦ blue 166

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

Shades of Medium Spring Green #0BEBA6

Tints of Medium Spring Green #0BEBA6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 57.04%

 BLUE value IS 166 (65.23% from 255) = 40.29%

R = 2.67%
G = 57.04%
B = 40.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#0BEBA6 (or 0x0BEBA6) is known color: Medium Spring Green. HEX triplet: 0B, EB and A6. RGB value is (11,235,166). Sum of RGB (Red+Green+Blue) = 11+235+166=412 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.67% from 412); Green value is 235 (92.19% from 255 or 57.04% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBA6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEBA6 is #F41459. Grayscale: #A0A0A0. Windows color (decimal): -15995994 or 10939147. OLE color: 10939147.

HSL color Cylindrical-coordinate representation of color #0BEBA6: hue angle of 161.52º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEBA6 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 235 166 -
CMYK 0.95 0 0.29 0.08
HSL 161.52º 0.91% 0.48% -
HSV(B) 161.52º 0.95% 0.92% -
XYZ 36.73 62.24 46.15 -
YUV 160.16 131.29 21.61 -
System Red Green Blue C M Y K H S L
Decimal 11 235 166 0.95 0 0.29 0.08 161.52 0.91 0.48
Hex B EB A6 5F 0 1D 8 A2 5B 30
Octal 13 353 246 137 0 35 10 242 133 60
Binary 1011 11101011 10100110 1011111 0 11101 1000 10100010 1011011 110000

Color Harmonies of #0BEBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBA6

Black with #0BEBA6

Text Example


Text Example

White with #0BEBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,235,166); }

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

background-color css

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

 a { background-color: rgb(11,235,166); }

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

border-color css

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

 span { border-color: rgb(11,235,166); }

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