#137B69

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

Shades of Deep Sea #137B69

Tints of Deep Sea #137B69

Color information

#137B69 (or 0x137B69) is unknown color: approx Deep Sea. HEX triplet: 13, 7B and 69. RGB value is (19,123,105). Sum of RGB (Red+Green+Blue) = 19+123+105=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #137B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B69 is #EC8496. Grayscale: #595959. Windows color (decimal): -15500439 or 6912787. OLE color: 6912787.

HSL color Cylindrical-coordinate representation of color #137B69: hue angle of 169.62º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B69 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB19123105-
CMYK0.8500.150.52
HSL169.62º73.24%27.84%-
HSV(B)169.62º84.55%48.24%-
XYZ9.915.3215.8-
YUV89.85136.5477.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 123 (48.44% from 255) = 49.80%
BLUE value IS 105 (41.41% from 255) = 42.51%
R=7.69%
G=49.80%
B=42.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal191231050.8500.150.52169.6273.2427.84
Hex137B69550F34aa491c
Octal231731511250176425211134
Binary100111111011110100110101010111111010010101010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137B69; }

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

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

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

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

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

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

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

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