Html Css Color HEX #0BE6AA Medium Spring Green

📋 copy color: '#0BE6AA'

red 11 ◦ green 230 ◦ blue 170

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

Shades of Medium Spring Green #0BE6AA

Tints of Medium Spring Green #0BE6AA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 55.96%

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

R = 2.68%
G = 55.96%
B = 41.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#0BE6AA (or 0x0BE6AA) is known color: Medium Spring Green. HEX triplet: 0B, E6 and AA. RGB value is (11,230,170). Sum of RGB (Red+Green+Blue) = 11+230+170=411 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 411); Green value is 230 (90.23% from 255 or 55.96% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE6AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BE6AA is #F41955. Grayscale: #9D9D9D. Windows color (decimal): -15997270 or 11200011. OLE color: 11200011.

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

Color convert

RGB 11 230 170 -
CMYK 0.95 0 0.26 0.10
HSL 163.56º 0.91% 0.47% -
HSV(B) 163.56º 0.95% 0.9% -
XYZ 35.69 59.57 47.65 -
YUV 157.68 134.95 23.38 -
System Red Green Blue C M Y K H S L
Decimal 11 230 170 0.95 0 0.26 0.10 163.56 0.91 0.47
Hex B E6 AA 5F 0 1A A A4 5B 2F
Octal 13 346 252 137 0 32 12 244 133 57
Binary 1011 11100110 10101010 1011111 0 11010 1010 10100100 1011011 101111

Color Harmonies of #0BE6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE6AA

Black with #0BE6AA

Text Example


Text Example

White with #0BE6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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