#0EB8B6

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

Shades of Light Sea Green #0EB8B6

Tints of Light Sea Green #0EB8B6

Color information

#0EB8B6 (or 0x0EB8B6) is unknown color: approx Light Sea Green. HEX triplet: 0E, B8 and B6. RGB value is (14,184,182). Sum of RGB (Red+Green+Blue) = 14+184+182=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB8B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB8B6 is #F14749. Grayscale: #848484. Windows color (decimal): -15812426 or 11974670. OLE color: 11974670.

HSL color Cylindrical-coordinate representation of color #0EB8B6: hue angle of 179.29º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB8B6 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB14184182-
CMYK0.9200.010.28
HSL179.29º85.86%38.82%-
HSV(B)179.29º92.39%72.16%-
XYZ25.7737.7550.18-
YUV132.94155.6843.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.68%
GREEN value IS 184 (72.27% from 255) = 48.42%
BLUE value IS 182 (71.48% from 255) = 47.89%
R=3.68%
G=48.42%
B=47.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141841820.9200.010.28179.2985.8638.82
HexEB8B65C011Cb35627
Octal16270266134013426312647
Binary1110101110001011011010111000111100101100111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,184,182); }

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

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

 a { background-color: rgb(14,184,182); }

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

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

 span { border-color: rgb(14,184,182); }

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