Html Css Color HEX #137F71 Deep Sea

📋 copy color: '#137F71'

red 19 ◦ green 127 ◦ blue 113

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

Shades of Deep Sea #137F71

Tints of Deep Sea #137F71

RGB

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

 GREEN value IS 127 (50% from 255) = 49.03%

 BLUE value IS 113 (44.53% from 255) = 43.63%

R = 7.34%
G = 49.03%
B = 43.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#137F71 (or 0x137F71) is known color: Deep Sea. HEX triplet: 13, 7F and 71. RGB value is (19,127,113). Sum of RGB (Red+Green+Blue) = 19+127+113=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #137F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F71 is #EC808E. Grayscale: #5D5D5D. Windows color (decimal): -15499407 or 7438099. OLE color: 7438099.

HSL color Cylindrical-coordinate representation of color #137F71: hue angle of 172.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F71 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 127 113 -
CMYK 0.85 0 0.11 0.50
HSL 172.22º 0.74% 0.29% -
HSV(B) 172.22º 0.85% 0.5% -
XYZ 10.84 16.51 18.24 -
YUV 93.11 139.22 75.14 -
System Red Green Blue C M Y K H S L
Decimal 19 127 113 0.85 0 0.11 0.50 172.22 0.74 0.29
Hex 13 7F 71 55 0 B 32 AC 4A 1D
Octal 23 177 161 125 0 13 62 254 112 35
Binary 10011 1111111 1110001 1010101 0 1011 110010 10101100 1001010 11101

Color Harmonies of #137F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F71

Black with #137F71

Text Example


Text Example

White with #137F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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