Html Css Color HEX #137161 Deep Sea

📋 copy color: '#137161'

red 19 ◦ green 113 ◦ blue 97

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

Shades of Deep Sea #137161

Tints of Deep Sea #137161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.34%

 BLUE value IS 97 (38.28% from 255) = 42.36%

R = 8.3%
G = 49.34%
B = 42.36%

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

#137161 (or 0x137161) is known color: Deep Sea. HEX triplet: 13, 71 and 61. RGB value is (19,113,97). Sum of RGB (Red+Green+Blue) = 19+113+97=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #137161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137161 is #EC8E9E. Grayscale: #535353. Windows color (decimal): -15503007 or 6385939. OLE color: 6385939.

HSL color Cylindrical-coordinate representation of color #137161: hue angle of 169.79º 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 #137161 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 97 -
CMYK 0.83 0 0.14 0.56
HSL 169.79º 0.71% 0.26% -
HSV(B) 169.79º 0.83% 0.44% -
XYZ 8.33 12.81 13.34 -
YUV 83.07 135.86 82.3 -
System Red Green Blue C M Y K H S L
Decimal 19 113 97 0.83 0 0.14 0.56 169.79 0.71 0.26
Hex 13 71 61 53 0 E 38 AA 47 1A
Octal 23 161 141 123 0 16 70 252 107 32
Binary 10011 1110001 1100001 1010011 0 1110 111000 10101010 1000111 11010

Color Harmonies of #137161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137161

Black with #137161

Text Example


Text Example

White with #137161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137161; }

 p { color: rgb(19,113,97); }

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

background-color css

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

 a { background-color: rgb(19,113,97); }

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

border-color css

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

 span { border-color: rgb(19,113,97); }

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