#0EBEAB

Color #0EBEAB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #0EBEAB

Tints of Light Sea Green #0EBEAB

Color information

#0EBEAB (or 0x0EBEAB) is unknown color: approx Light Sea Green. HEX triplet: 0E, BE and AB. RGB value is (14,190,171). Sum of RGB (Red+Green+Blue) = 14+190+171=375 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.73% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBEAB is #F14154. Grayscale: #878787. Windows color (decimal): -15810901 or 11255310. OLE color: 11255310.

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

Color convert

RGB14190171-
CMYK0.9300.100.25
HSL173.52º86.27%40%-
HSV(B)173.52º92.63%74.51%-
XYZ25.9539.8644.85-
YUV135.21148.1941.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.73%
GREEN value IS 190 (74.61% from 255) = 50.67%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=3.73%
G=50.67%
B=45.6%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141901710.9300.100.25173.5286.2740
HexEBEAB5D0A19ae5628
Octal162762531350123125612650
Binary1110101111101010101110111010101011001101011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,190,171); }

 H1.HeaderClassName
 {
   color: #0EBEAB;
 }
 .AnyTagClassName
 {
   color: #0EBEAB;
 }
</style>
background-color css

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

 a { background-color: rgb(14,190,171); }

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

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

 span { border-color: rgb(14,190,171); }

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