#0E7C6B

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

Shades of Deep Sea #0E7C6B

Tints of Deep Sea #0E7C6B

Color information

#0E7C6B (or 0x0E7C6B) is unknown color: approx Deep Sea. HEX triplet: 0E, 7C and 6B. RGB value is (14,124,107). Sum of RGB (Red+Green+Blue) = 14+124+107=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7C6B is #F18394. Grayscale: #595959. Windows color (decimal): -15827861 or 7044110. OLE color: 7044110.

HSL color Cylindrical-coordinate representation of color #0E7C6B: hue angle of 170.73º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7C6B is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB14124107-
CMYK0.8900.140.51
HSL170.73º79.71%27.06%-
HSV(B)170.73º88.71%48.63%-
XYZ10.0415.5716.39-
YUV89.17138.0674.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.71%
GREEN value IS 124 (48.83% from 255) = 50.61%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=5.71%
G=50.61%
B=43.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal141241070.8900.140.51170.7379.7127.06
HexE7C6B590E33ab501b
Octal161741531310166325312033
Binary11101111100110101110110010111011001110101011101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,124,107); }

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

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

 a { background-color: rgb(14,124,107); }

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

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

 span { border-color: rgb(14,124,107); }

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