#0E7B5C

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

Shades of Deep Sea #0E7B5C

Tints of Deep Sea #0E7B5C

Color information

#0E7B5C (or 0x0E7B5C) is unknown color: approx Deep Sea. HEX triplet: 0E, 7B and 5C. RGB value is (14,123,92). Sum of RGB (Red+Green+Blue) = 14+123+92=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #0E7B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7B5C is #F184A3. Grayscale: #565656. Windows color (decimal): -15828132 or 6060814. OLE color: 6060814.

HSL color Cylindrical-coordinate representation of color #0E7B5C: hue angle of 162.94º 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 #0E7B5C is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB1412392-
CMYK0.8900.250.52
HSL162.94º79.56%26.86%-
HSV(B)162.94º88.62%48.24%-
XYZ9.215.0312.54-
YUV86.88130.8976.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.11%
GREEN value IS 123 (48.44% from 255) = 53.71%
BLUE value IS 92 (36.33% from 255) = 40.17%
R=6.11%
G=53.71%
B=40.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14123920.8900.250.52162.9479.5626.86
HexE7B5C5901934a3501b
Octal161731341310316424312033
Binary111011110111011100101100101100111010010100011101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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