Html Css Color HEX #137060 Deep Sea

📋 copy color: '#137060'

red 19 ◦ green 112 ◦ blue 96

#137060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #137060

Tints of Deep Sea #137060

RGB

 RED value IS 19 (7.81% from 255) = 8.37%

 GREEN value IS 112 (44.14% from 255) = 49.34%

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 8.37%
G = 49.34%
B = 42.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#137060 (or 0x137060) is known color: Deep Sea. HEX triplet: 13, 70 and 60. RGB value is (19,112,96). Sum of RGB (Red+Green+Blue) = 19+112+96=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #137060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137060 is #EC8F9F. Grayscale: #525252. Windows color (decimal): -15503264 or 6320147. OLE color: 6320147.

HSL color Cylindrical-coordinate representation of color #137060: hue angle of 169.68º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137060 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 96 -
CMYK 0.83 0 0.14 0.56
HSL 169.68º 0.71% 0.26% -
HSV(B) 169.68º 0.83% 0.44% -
XYZ 8.17 12.57 13.06 -
YUV 82.37 135.69 82.8 -
System Red Green Blue C M Y K H S L
Decimal 19 112 96 0.83 0 0.14 0.56 169.68 0.71 0.26
Hex 13 70 60 53 0 E 38 AA 47 1A
Octal 23 160 140 123 0 16 70 252 107 32
Binary 10011 1110000 1100000 1010011 0 1110 111000 10101010 1000111 11010

Color Harmonies of #137060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137060

Black with #137060

Text Example


Text Example

White with #137060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137060; }

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

 H1.HeaderClassName
 {
   color: #137060;
 }
 .AnyTagClassName
 {
   color: #137060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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