#137970

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

Shades of Deep Sea #137970

Tints of Deep Sea #137970

Color information

#137970 (or 0x137970) is unknown color: approx Deep Sea. HEX triplet: 13, 79 and 70. RGB value is (19,121,112). Sum of RGB (Red+Green+Blue) = 19+121+112=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #137970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137970 is #EC868F. Grayscale: #595959. Windows color (decimal): -15500944 or 7371027. OLE color: 7371027.

HSL color Cylindrical-coordinate representation of color #137970: hue angle of 174.71º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137970 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB19121112-
CMYK0.8400.070.53
HSL174.71º72.86%27.45%-
HSV(B)174.71º84.3%47.45%-
XYZ10.0314.9817.69-
YUV89.48140.7177.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.54%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=7.54%
G=48.02%
B=44.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191211120.8400.070.53174.7172.8627.45
Hex137970540735af491b
Octal23171160124076525711133
Binary10011111100111100001010100011111010110101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137970; }

 p { color: rgb(19,121,112); }

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

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

 a { background-color: rgb(19,121,112); }

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

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

 span { border-color: rgb(19,121,112); }

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