Html Css Color HEX #0BEAAA Medium Spring Green

📋 copy color: '#0BEAAA'

red 11 ◦ green 234 ◦ blue 170

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

Shades of Medium Spring Green #0BEAAA

Tints of Medium Spring Green #0BEAAA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 56.39%

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 2.65%
G = 56.39%
B = 40.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#0BEAAA (or 0x0BEAAA) is known color: Medium Spring Green. HEX triplet: 0B, EA and AA. RGB value is (11,234,170). Sum of RGB (Red+Green+Blue) = 11+234+170=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 234 (91.80% from 255 or 56.39% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEAAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEAAA is #F41555. Grayscale: #A0A0A0. Windows color (decimal): -15996246 or 11201035. OLE color: 11201035.

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

Color convert

RGB 11 234 170 -
CMYK 0.95 0 0.27 0.08
HSL 162.78º 0.91% 0.48% -
HSV(B) 162.78º 0.95% 0.92% -
XYZ 36.82 61.82 48.02 -
YUV 160.03 133.62 21.7 -
System Red Green Blue C M Y K H S L
Decimal 11 234 170 0.95 0 0.27 0.08 162.78 0.91 0.48
Hex B EA AA 5F 0 1B 8 A3 5B 30
Octal 13 352 252 137 0 33 10 243 133 60
Binary 1011 11101010 10101010 1011111 0 11011 1000 10100011 1011011 110000

Color Harmonies of #0BEAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEAAA

Black with #0BEAAA

Text Example


Text Example

White with #0BEAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,234,170); }

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

background-color css

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

 a { background-color: rgb(11,234,170); }

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

border-color css

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

 span { border-color: rgb(11,234,170); }

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