#0EC1B0

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

Shades of Light Sea Green #0EC1B0

Tints of Light Sea Green #0EC1B0

Color information

#0EC1B0 (or 0x0EC1B0) is unknown color: approx Light Sea Green. HEX triplet: 0E, C1 and B0. RGB value is (14,193,176). Sum of RGB (Red+Green+Blue) = 14+193+176=383 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC1B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC1B0 is #F13E4F. Grayscale: #898989. Windows color (decimal): -15810128 or 11583758. OLE color: 11583758.

HSL color Cylindrical-coordinate representation of color #0EC1B0: hue angle of 174.3º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC1B0 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB14193176-
CMYK0.9300.090.24
HSL174.3º86.47%40.59%-
HSV(B)174.3º92.75%75.69%-
XYZ27.0941.3747.63-
YUV137.54149.739.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.66%
GREEN value IS 193 (75.78% from 255) = 50.39%
BLUE value IS 176 (69.14% from 255) = 45.95%
R=3.66%
G=50.39%
B=45.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141931760.9300.090.24174.386.4740.59
HexEC1B05D0918ae5629
Octal163012601350113025612651
Binary1110110000011011000010111010100111000101011101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,193,176); }

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

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

 a { background-color: rgb(14,193,176); }

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

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

 span { border-color: rgb(14,193,176); }

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