#0EBCAB

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

Shades of Light Sea Green #0EBCAB

Tints of Light Sea Green #0EBCAB

Color information

#0EBCAB (or 0x0EBCAB) is unknown color: approx Light Sea Green. HEX triplet: 0E, BC and AB. RGB value is (14,188,171). Sum of RGB (Red+Green+Blue) = 14+188+171=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBCAB is #F14354. Grayscale: #858585. Windows color (decimal): -15811413 or 11254798. OLE color: 11254798.

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

Color convert

RGB14188171-
CMYK0.9300.090.26
HSL174.14º86.14%39.61%-
HSV(B)174.14º92.55%73.73%-
XYZ25.523944.71-
YUV134.04148.8542.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.75%
GREEN value IS 188 (73.83% from 255) = 50.40%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=3.75%
G=50.40%
B=45.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141881710.9300.090.26174.1486.1439.61
HexEBCAB5D091Aae5628
Octal162742531350113225612650
Binary1110101111001010101110111010100111010101011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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