#0E7667

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

Shades of Deep Sea #0E7667

Tints of Deep Sea #0E7667

Color information

#0E7667 (or 0x0E7667) is unknown color: approx Deep Sea. HEX triplet: 0E, 76 and 67. RGB value is (14,118,103). Sum of RGB (Red+Green+Blue) = 14+118+103=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7667 is #F18998. Grayscale: #555555. Windows color (decimal): -15829401 or 6780430. OLE color: 6780430.

HSL color Cylindrical-coordinate representation of color #0E7667: hue angle of 171.35º 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 #0E7667 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB14118103-
CMYK0.8800.130.54
HSL171.35º78.79%25.88%-
HSV(B)171.35º88.14%46.27%-
XYZ9.1114.0315.06-
YUV85.19138.0477.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.96%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 103 (40.62% from 255) = 43.83%
R=5.96%
G=50.21%
B=43.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal141181030.8800.130.54171.3578.7925.88
HexE7667580D36ab4f1a
Octal161661471300156625311732
Binary11101110110110011110110000110111011010101011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,118,103); }

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

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

 a { background-color: rgb(14,118,103); }

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

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

 span { border-color: rgb(14,118,103); }

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