#0EB0A1

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

Shades of Light Sea Green #0EB0A1

Tints of Light Sea Green #0EB0A1

Color information

#0EB0A1 (or 0x0EB0A1) is unknown color: approx Light Sea Green. HEX triplet: 0E, B0 and A1. RGB value is (14,176,161). Sum of RGB (Red+Green+Blue) = 14+176+161=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB0A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB0A1 is #F14F5E. Grayscale: #7D7D7D. Windows color (decimal): -15814495 or 10596366. OLE color: 10596366.

HSL color Cylindrical-coordinate representation of color #0EB0A1: hue angle of 174.44º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB0A1 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB14176161-
CMYK0.9200.090.31
HSL174.44º85.26%37.25%-
HSV(B)174.44º92.05%69.02%-
XYZ22.1433.7239.06-
YUV125.85147.8348.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.99%
GREEN value IS 176 (69.14% from 255) = 50.14%
BLUE value IS 161 (63.28% from 255) = 45.87%
R=3.99%
G=50.14%
B=45.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141761610.9200.090.31174.4485.2637.25
HexEB0A15C091Fae5525
Octal162602411340113725612545
Binary1110101100001010000110111000100111111101011101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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