Html Css Color HEX #0BE9AC Medium Spring Green

📋 copy color: '#0BE9AC'

red 11 ◦ green 233 ◦ blue 172

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

Shades of Medium Spring Green #0BE9AC

Tints of Medium Spring Green #0BE9AC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 56.01%

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 2.64%
G = 56.01%
B = 41.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#0BE9AC (or 0x0BE9AC) is known color: Medium Spring Green. HEX triplet: 0B, E9 and AC. RGB value is (11,233,172). Sum of RGB (Red+Green+Blue) = 11+233+172=416 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 416); Green value is 233 (91.41% from 255 or 56.01% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE9AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BE9AC is #F41653. Grayscale: #9F9F9F. Windows color (decimal): -15996500 or 11331851. OLE color: 11331851.

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

Color convert

RGB 11 233 172 -
CMYK 0.95 0 0.26 0.09
HSL 163.51º 0.91% 0.48% -
HSV(B) 163.51º 0.95% 0.91% -
XYZ 36.72 61.33 48.93 -
YUV 159.67 134.95 21.96 -
System Red Green Blue C M Y K H S L
Decimal 11 233 172 0.95 0 0.26 0.09 163.51 0.91 0.48
Hex B E9 AC 5F 0 1A 9 A4 5B 30
Octal 13 351 254 137 0 32 11 244 133 60
Binary 1011 11101001 10101100 1011111 0 11010 1001 10100100 1011011 110000

Color Harmonies of #0BE9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE9AC

Black with #0BE9AC

Text Example


Text Example

White with #0BE9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,233,172); }

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

background-color css

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

 a { background-color: rgb(11,233,172); }

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

border-color css

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

 span { border-color: rgb(11,233,172); }

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