#0E7D63

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

Shades of Deep Sea #0E7D63

Tints of Deep Sea #0E7D63

Color information

#0E7D63 (or 0x0E7D63) is unknown color: approx Deep Sea. HEX triplet: 0E, 7D and 63. RGB value is (14,125,99). Sum of RGB (Red+Green+Blue) = 14+125+99=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 125 (49.22% from 255 or 52.52% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 125 - color contains mainly: green. Hex color #0E7D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7D63 is #F1829C. Grayscale: #585858. Windows color (decimal): -15827613 or 6520078. OLE color: 6520078.

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

Color convert

RGB1412599-
CMYK0.8900.210.51
HSL165.95º79.86%27.25%-
HSV(B)165.95º88.8%49.02%-
XYZ9.7715.6614.31-
YUV88.85133.7374.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.88%
GREEN value IS 125 (49.22% from 255) = 52.52%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=5.88%
G=52.52%
B=41.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14125990.8900.210.51165.9579.8627.25
HexE7D635901533a6501b
Octal161751431310256324612033
Binary111011111011100011101100101010111001110100110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,125,99); }

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

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

 a { background-color: rgb(14,125,99); }

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

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

 span { border-color: rgb(14,125,99); }

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