#137669

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

Shades of Deep Sea #137669

Tints of Deep Sea #137669

Color information

#137669 (or 0x137669) is unknown color: approx Deep Sea. HEX triplet: 13, 76 and 69. RGB value is (19,118,105). Sum of RGB (Red+Green+Blue) = 19+118+105=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #137669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137669 is #EC8996. Grayscale: #565656. Windows color (decimal): -15501719 or 6911507. OLE color: 6911507.

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

Color convert

RGB19118105-
CMYK0.8400.110.54
HSL172.12º72.26%26.86%-
HSV(B)172.12º83.9%46.27%-
XYZ9.314.1215.6-
YUV86.92138.279.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 118 (46.48% from 255) = 48.76%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=7.85%
G=48.76%
B=43.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191181050.8400.110.54172.1272.2626.86
Hex137669540B36ac481b
Octal231661511240136625411033
Binary100111110110110100110101000101111011010101100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137669; }

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

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

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

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

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

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

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

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