Html Css Color HEX #0EB6A0 Light Sea Green

📋 copy color: '#0EB6A0'

red 14 ◦ green 182 ◦ blue 160

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

Shades of Light Sea Green #0EB6A0

Tints of Light Sea Green #0EB6A0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.12%

 BLUE value IS 160 (62.89% from 255) = 44.94%

R = 3.93%
G = 51.12%
B = 44.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#0EB6A0 (or 0x0EB6A0) is known color: Light Sea Green. HEX triplet: 0E, B6 and A0. RGB value is (14,182,160). Sum of RGB (Red+Green+Blue) = 14+182+160=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #0EB6A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB6A0 is #F1495F. Grayscale: #818181. Windows color (decimal): -15812960 or 10532366. OLE color: 10532366.

HSL color Cylindrical-coordinate representation of color #0EB6A0: hue angle of 172.14º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB6A0 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 14 182 160 -
CMYK 0.92 0 0.12 0.29
HSL 172.14º 0.86% 0.38% -
HSV(B) 172.14º 0.92% 0.71% -
XYZ 23.25 36.09 39 -
YUV 129.26 145.34 45.79 -
System Red Green Blue C M Y K H S L
Decimal 14 182 160 0.92 0 0.12 0.29 172.14 0.86 0.38
Hex E B6 A0 5C 0 C 1D AC 56 26
Octal 16 266 240 134 0 14 35 254 126 46
Binary 1110 10110110 10100000 1011100 0 1100 11101 10101100 1010110 100110

Color Harmonies of #0EB6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB6A0

Black with #0EB6A0

Text Example


Text Example

White with #0EB6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,182,160); }

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

background-color css

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

 a { background-color: rgb(14,182,160); }

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

border-color css

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

 span { border-color: rgb(14,182,160); }

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