#0E7B5A

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

Shades of Deep Sea #0E7B5A

Tints of Deep Sea #0E7B5A

Color information

#0E7B5A (or 0x0E7B5A) is unknown color: approx Deep Sea. HEX triplet: 0E, 7B and 5A. RGB value is (14,123,90). Sum of RGB (Red+Green+Blue) = 14+123+90=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 123 (48.44% from 255 or 54.19% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 123 - color contains mainly: green. Hex color #0E7B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7B5A is #F184A5. Grayscale: #565656. Windows color (decimal): -15828134 or 5929742. OLE color: 5929742.

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

Color convert

RGB1412390-
CMYK0.8900.270.52
HSL161.83º79.56%26.86%-
HSV(B)161.83º88.62%48.24%-
XYZ9.111512.09-
YUV86.65129.8976.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.17%
GREEN value IS 123 (48.44% from 255) = 54.19%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=6.17%
G=54.19%
B=39.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14123900.8900.270.52161.8379.5626.86
HexE7B5A5901B34a2501b
Octal161731321310336424212033
Binary111011110111011010101100101101111010010100010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,123,90); }

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

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

 a { background-color: rgb(14,123,90); }

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

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

 span { border-color: rgb(14,123,90); }

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