Html Css Color HEX #137F70 Deep Sea

📋 copy color: '#137F70'

red 19 ◦ green 127 ◦ blue 112

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

Shades of Deep Sea #137F70

Tints of Deep Sea #137F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 7.36%
G = 49.22%
B = 43.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#137F70 (or 0x137F70) is known color: Deep Sea. HEX triplet: 13, 7F and 70. RGB value is (19,127,112). Sum of RGB (Red+Green+Blue) = 19+127+112=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 127 - color contains mainly: green. Hex color #137F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F70 is #EC808F. Grayscale: #5C5C5C. Windows color (decimal): -15499408 or 7372563. OLE color: 7372563.

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

Color convert

RGB 19 127 112 -
CMYK 0.85 0 0.12 0.50
HSL 171.67º 0.74% 0.29% -
HSV(B) 171.67º 0.85% 0.5% -
XYZ 10.78 16.49 17.94 -
YUV 93 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 19 127 112 0.85 0 0.12 0.50 171.67 0.74 0.29
Hex 13 7F 70 55 0 C 32 AC 4A 1D
Octal 23 177 160 125 0 14 62 254 112 35
Binary 10011 1111111 1110000 1010101 0 1100 110010 10101100 1001010 11101

Color Harmonies of #137F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F70

Black with #137F70

Text Example


Text Example

White with #137F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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