#137566

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

Shades of Deep Sea #137566

Tints of Deep Sea #137566

Color information

#137566 (or 0x137566) is unknown color: approx Deep Sea. HEX triplet: 13, 75 and 66. RGB value is (19,117,102). Sum of RGB (Red+Green+Blue) = 19+117+102=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #137566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137566 is #EC8A99. Grayscale: #555555. Windows color (decimal): -15501978 or 6714643. OLE color: 6714643.

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

Color convert

RGB19117102-
CMYK0.8400.130.54
HSL170.82º72.06%26.67%-
HSV(B)170.82º83.76%45.88%-
XYZ9.0313.8214.76-
YUV85.99137.0380.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=7.98%
G=49.16%
B=42.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191171020.8400.130.54170.8272.0626.67
Hex137566540D36ab481b
Octal231651461240156625311033
Binary100111110101110011010101000110111011010101011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137566; }

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

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

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

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

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

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

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

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