Html Css Color HEX #0EC6B1 Light Sea Green

📋 copy color: '#0EC6B1'

red 14 ◦ green 198 ◦ blue 177

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

Shades of Light Sea Green #0EC6B1

Tints of Light Sea Green #0EC6B1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.9%

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

R = 3.6%
G = 50.9%
B = 45.5%

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

#0EC6B1 (or 0x0EC6B1) is known color: Light Sea Green. HEX triplet: 0E, C6 and B1. RGB value is (14,198,177). Sum of RGB (Red+Green+Blue) = 14+198+177=389 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.60% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC6B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC6B1 is #F1394E. Grayscale: #8C8C8C. Windows color (decimal): -15808847 or 11650574. OLE color: 11650574.

HSL color Cylindrical-coordinate representation of color #0EC6B1: hue angle of 173.15º 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 #0EC6B1 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 198 177 -
CMYK 0.93 0 0.11 0.22
HSL 173.15º 0.87% 0.42% -
HSV(B) 173.15º 0.93% 0.78% -
XYZ 28.31 43.66 48.53 -
YUV 140.59 148.54 37.71 -
System Red Green Blue C M Y K H S L
Decimal 14 198 177 0.93 0 0.11 0.22 173.15 0.87 0.42
Hex E C6 B1 5D 0 B 16 AD 57 2A
Octal 16 306 261 135 0 13 26 255 127 52
Binary 1110 11000110 10110001 1011101 0 1011 10110 10101101 1010111 101010

Color Harmonies of #0EC6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC6B1

Black with #0EC6B1

Text Example


Text Example

White with #0EC6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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