Html Css Color HEX #137760 Deep Sea

📋 copy color: '#137760'

red 19 ◦ green 119 ◦ blue 96

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

Shades of Deep Sea #137760

Tints of Deep Sea #137760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.85%

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

R = 8.12%
G = 50.85%
B = 41.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#137760 (or 0x137760) is known color: Deep Sea. HEX triplet: 13, 77 and 60. RGB value is (19,119,96). Sum of RGB (Red+Green+Blue) = 19+119+96=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #137760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137760 is #EC889F. Grayscale: #565656. Windows color (decimal): -15501472 or 6321939. OLE color: 6321939.

HSL color Cylindrical-coordinate representation of color #137760: hue angle of 166.2º degrees, saturation: 0.72, 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 #137760 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 119 96 -
CMYK 0.84 0 0.19 0.53
HSL 166.2º 0.72% 0.27% -
HSV(B) 166.2º 0.84% 0.47% -
XYZ 8.98 14.18 13.33 -
YUV 86.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 19 119 96 0.84 0 0.19 0.53 166.2 0.72 0.27
Hex 13 77 60 54 0 13 35 A6 48 1B
Octal 23 167 140 124 0 23 65 246 110 33
Binary 10011 1110111 1100000 1010100 0 10011 110101 10100110 1001000 11011

Color Harmonies of #137760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137760

Black with #137760

Text Example


Text Example

White with #137760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137760; }

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

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

background-color css

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

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

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

border-color css

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

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

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