#0E7A58

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

Shades of Deep Sea #0E7A58

Tints of Deep Sea #0E7A58

Color information

#0E7A58 (or 0x0E7A58) is unknown color: approx Deep Sea. HEX triplet: 0E, 7A and 58. RGB value is (14,122,88). Sum of RGB (Red+Green+Blue) = 14+122+88=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7A58 is #F185A7. Grayscale: #555555. Windows color (decimal): -15828392 or 5798414. OLE color: 5798414.

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

Color convert

RGB1412288-
CMYK0.8900.280.52
HSL161.11º79.41%26.67%-
HSV(B)161.11º88.52%47.84%-
XYZ8.914.7211.6-
YUV85.83129.2276.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.25%
GREEN value IS 122 (48.05% from 255) = 54.46%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=6.25%
G=54.46%
B=39.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14122880.8900.280.52161.1179.4126.67
HexE7A585901C34a14f1b
Octal161721301310346424111733
Binary111011110101011000101100101110011010010100001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,122,88); }

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

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

 a { background-color: rgb(14,122,88); }

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

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

 span { border-color: rgb(14,122,88); }

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