Html Css Color HEX #0BEBAE Medium Spring Green

📋 copy color: '#0BEBAE'

red 11 ◦ green 235 ◦ blue 174

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

Shades of Medium Spring Green #0BEBAE

Tints of Medium Spring Green #0BEBAE

RGB

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

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

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

R = 2.62%
G = 55.95%
B = 41.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#0BEBAE (or 0x0BEBAE) is known color: Medium Spring Green. HEX triplet: 0B, EB and AE. RGB value is (11,235,174). Sum of RGB (Red+Green+Blue) = 11+235+174=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 235 (92.19% from 255 or 55.95% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEBAE is #F41451. Grayscale: #A1A1A1. Windows color (decimal): -15995986 or 11463435. OLE color: 11463435.

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

Color convert

RGB 11 235 174 -
CMYK 0.95 0 0.26 0.08
HSL 163.66º 0.91% 0.48% -
HSV(B) 163.66º 0.95% 0.92% -
XYZ 37.49 62.54 50.14 -
YUV 161.07 135.29 20.96 -
System Red Green Blue C M Y K H S L
Decimal 11 235 174 0.95 0 0.26 0.08 163.66 0.91 0.48
Hex B EB AE 5F 0 1A 8 A4 5B 30
Octal 13 353 256 137 0 32 10 244 133 60
Binary 1011 11101011 10101110 1011111 0 11010 1000 10100100 1011011 110000

Color Harmonies of #0BEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBAE

Black with #0BEBAE

Text Example


Text Example

White with #0BEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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