Html Css Color HEX #0EC7B1 Light Sea Green

📋 copy color: '#0EC7B1'

red 14 ◦ green 199 ◦ blue 177

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

Shades of Light Sea Green #0EC7B1

Tints of Light Sea Green #0EC7B1

RGB

 RED value IS 14 (5.86% from 255) = 3.59%

 GREEN value IS 199 (78.13% from 255) = 51.03%

 BLUE value IS 177 (69.53% from 255) = 45.38%

R = 3.59%
G = 51.03%
B = 45.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#0EC7B1 (or 0x0EC7B1) is known color: Light Sea Green. HEX triplet: 0E, C7 and B1. RGB value is (14,199,177). Sum of RGB (Red+Green+Blue) = 14+199+177=390 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.59% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC7B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC7B1 is #F1384E. Grayscale: #8D8D8D. Windows color (decimal): -15808591 or 11650830. OLE color: 11650830.

HSL color Cylindrical-coordinate representation of color #0EC7B1: hue angle of 172.86º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC7B1 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 199 177 -
CMYK 0.93 0 0.11 0.22
HSL 172.86º 0.87% 0.42% -
HSV(B) 172.86º 0.93% 0.78% -
XYZ 28.54 44.11 48.61 -
YUV 141.18 148.21 37.29 -
System Red Green Blue C M Y K H S L
Decimal 14 199 177 0.93 0 0.11 0.22 172.86 0.87 0.42
Hex E C7 B1 5D 0 B 16 AD 57 2A
Octal 16 307 261 135 0 13 26 255 127 52
Binary 1110 11000111 10110001 1011101 0 1011 10110 10101101 1010111 101010

Color Harmonies of #0EC7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC7B1

Black with #0EC7B1

Text Example


Text Example

White with #0EC7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,199,177); }

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

background-color css

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

 a { background-color: rgb(14,199,177); }

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

border-color css

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

 span { border-color: rgb(14,199,177); }

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