Html Css Color HEX #0EC0AD Light Sea Green

📋 copy color: '#0EC0AD'

red 14 ◦ green 192 ◦ blue 173

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

Shades of Light Sea Green #0EC0AD

Tints of Light Sea Green #0EC0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.66%

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

R = 3.69%
G = 50.66%
B = 45.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#0EC0AD (or 0x0EC0AD) is known color: Light Sea Green. HEX triplet: 0E, C0 and AD. RGB value is (14,192,173). Sum of RGB (Red+Green+Blue) = 14+192+173=379 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.69% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC0AD is #F13F52. Grayscale: #888888. Windows color (decimal): -15810387 or 11386894. OLE color: 11386894.

HSL color Cylindrical-coordinate representation of color #0EC0AD: hue angle of 173.6º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC0AD is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 192 173 -
CMYK 0.93 0 0.10 0.25
HSL 173.6º 0.86% 0.4% -
HSV(B) 173.6º 0.93% 0.75% -
XYZ 26.57 40.81 46.01 -
YUV 136.61 148.53 40.54 -
System Red Green Blue C M Y K H S L
Decimal 14 192 173 0.93 0 0.10 0.25 173.6 0.86 0.4
Hex E C0 AD 5D 0 A 19 AE 56 28
Octal 16 300 255 135 0 12 31 256 126 50
Binary 1110 11000000 10101101 1011101 0 1010 11001 10101110 1010110 101000

Color Harmonies of #0EC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC0AD

Black with #0EC0AD

Text Example


Text Example

White with #0EC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,192,173); }

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

background-color css

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

 a { background-color: rgb(14,192,173); }

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

border-color css

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

 span { border-color: rgb(14,192,173); }

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