Html Css Color HEX #137F72 Deep Sea

📋 copy color: '#137F72'

red 19 ◦ green 127 ◦ blue 114

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

Shades of Deep Sea #137F72

Tints of Deep Sea #137F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 7.31%
G = 48.85%
B = 43.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#137F72 (or 0x137F72) is known color: Deep Sea. HEX triplet: 13, 7F and 72. RGB value is (19,127,114). Sum of RGB (Red+Green+Blue) = 19+127+114=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #137F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F72 is #EC808D. Grayscale: #5D5D5D. Windows color (decimal): -15499406 or 7503635. OLE color: 7503635.

HSL color Cylindrical-coordinate representation of color #137F72: hue angle of 172.78º 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 #137F72 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 127 114 -
CMYK 0.85 0 0.10 0.50
HSL 172.78º 0.74% 0.29% -
HSV(B) 172.78º 0.85% 0.5% -
XYZ 10.9 16.53 18.54 -
YUV 93.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 19 127 114 0.85 0 0.10 0.50 172.78 0.74 0.29
Hex 13 7F 72 55 0 A 32 AD 4A 1D
Octal 23 177 162 125 0 12 62 255 112 35
Binary 10011 1111111 1110010 1010101 0 1010 110010 10101101 1001010 11101

Color Harmonies of #137F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F72

Black with #137F72

Text Example


Text Example

White with #137F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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