Html Css Color HEX #0BECAD Medium Spring Green

📋 copy color: '#0BECAD'

red 11 ◦ green 236 ◦ blue 173

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

Shades of Medium Spring Green #0BECAD

Tints of Medium Spring Green #0BECAD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 56.19%

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 2.62%
G = 56.19%
B = 41.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#0BECAD (or 0x0BECAD) is known color: Medium Spring Green. HEX triplet: 0B, EC and AD. RGB value is (11,236,173). Sum of RGB (Red+Green+Blue) = 11+236+173=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #0BECAD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BECAD is #F41352. Grayscale: #A1A1A1. Windows color (decimal): -15995731 or 11398155. OLE color: 11398155.

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

Color convert

RGB 11 236 173 -
CMYK 0.95 0 0.27 0.07
HSL 163.2º 0.91% 0.48% -
HSV(B) 163.2º 0.95% 0.93% -
XYZ 37.68 63.08 49.72 -
YUV 161.54 134.46 20.62 -
System Red Green Blue C M Y K H S L
Decimal 11 236 173 0.95 0 0.27 0.07 163.2 0.91 0.48
Hex B EC AD 5F 0 1B 7 A3 5B 30
Octal 13 354 255 137 0 33 7 243 133 60
Binary 1011 11101100 10101101 1011111 0 11011 111 10100011 1011011 110000

Color Harmonies of #0BECAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BECAD

Black with #0BECAD

Text Example


Text Example

White with #0BECAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,236,173); }

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

background-color css

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

 a { background-color: rgb(11,236,173); }

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

border-color css

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

 span { border-color: rgb(11,236,173); }

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