#0E7562

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

Shades of Deep Sea #0E7562

Tints of Deep Sea #0E7562

Color information

#0E7562 (or 0x0E7562) is unknown color: approx Deep Sea. HEX triplet: 0E, 75 and 62. RGB value is (14,117,98). Sum of RGB (Red+Green+Blue) = 14+117+98=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7562 is #F18A9D. Grayscale: #545454. Windows color (decimal): -15829662 or 6452494. OLE color: 6452494.

HSL color Cylindrical-coordinate representation of color #0E7562: hue angle of 168.93º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7562 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1411798-
CMYK0.8800.160.54
HSL168.93º78.63%25.69%-
HSV(B)168.93º88.03%45.88%-
XYZ8.7513.713.74-
YUV84.04135.8878.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.11%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=6.11%
G=51.09%
B=42.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117980.8800.160.54168.9378.6325.69
HexE75625801036a94f1a
Octal161651421300206625111732
Binary111011101011100010101100001000011011010101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,117,98); }

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

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

 a { background-color: rgb(14,117,98); }

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

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

 span { border-color: rgb(14,117,98); }

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