#137666

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

Shades of Deep Sea #137666

Tints of Deep Sea #137666

Color information

#137666 (or 0x137666) is unknown color: approx Deep Sea. HEX triplet: 13, 76 and 66. RGB value is (19,118,102). Sum of RGB (Red+Green+Blue) = 19+118+102=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #137666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137666 is #EC8999. Grayscale: #565656. Windows color (decimal): -15501722 or 6714899. OLE color: 6714899.

HSL color Cylindrical-coordinate representation of color #137666: hue angle of 170.3º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137666 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB19118102-
CMYK0.8400.140.54
HSL170.3º72.26%26.86%-
HSV(B)170.3º83.9%46.27%-
XYZ9.1514.0514.8-
YUV86.57136.779.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=7.95%
G=49.37%
B=42.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191181020.8400.140.54170.372.2626.86
Hex137666540E36aa481b
Octal231661461240166625211033
Binary100111110110110011010101000111011011010101010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137666; }

 p { color: rgb(19,118,102); }

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

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

 a { background-color: rgb(19,118,102); }

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

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

 span { border-color: rgb(19,118,102); }

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