#0EBEAA

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

Shades of Light Sea Green #0EBEAA

Tints of Light Sea Green #0EBEAA

Color information

#0EBEAA (or 0x0EBEAA) is unknown color: approx Light Sea Green. HEX triplet: 0E, BE and AA. RGB value is (14,190,170). Sum of RGB (Red+Green+Blue) = 14+190+170=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBEAA is #F14155. Grayscale: #878787. Windows color (decimal): -15810902 or 11189774. OLE color: 11189774.

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

Color convert

RGB14190170-
CMYK0.9300.110.25
HSL173.18º86.27%40%-
HSV(B)173.18º92.63%74.51%-
XYZ25.8539.8244.35-
YUV135.1147.6941.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.74%
GREEN value IS 190 (74.61% from 255) = 50.80%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=3.74%
G=50.80%
B=45.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141901700.9300.110.25173.1886.2740
HexEBEAA5D0B19ad5628
Octal162762521350133125512650
Binary1110101111101010101010111010101111001101011011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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