Html Css Color HEX #137C71 Deep Sea

📋 copy color: '#137C71'

red 19 ◦ green 124 ◦ blue 113

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

Shades of Deep Sea #137C71

Tints of Deep Sea #137C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.44%

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

R = 7.42%
G = 48.44%
B = 44.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#137C71 (or 0x137C71) is known color: Deep Sea. HEX triplet: 13, 7C and 71. RGB value is (19,124,113). Sum of RGB (Red+Green+Blue) = 19+124+113=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #137C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C71 is #EC838E. Grayscale: #5B5B5B. Windows color (decimal): -15500175 or 7437331. OLE color: 7437331.

HSL color Cylindrical-coordinate representation of color #137C71: hue angle of 173.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C71 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 113 -
CMYK 0.85 0 0.09 0.51
HSL 173.71º 0.73% 0.28% -
HSV(B) 173.71º 0.85% 0.49% -
XYZ 10.46 15.75 18.11 -
YUV 91.35 140.21 76.39 -
System Red Green Blue C M Y K H S L
Decimal 19 124 113 0.85 0 0.09 0.51 173.71 0.73 0.28
Hex 13 7C 71 55 0 9 33 AE 49 1C
Octal 23 174 161 125 0 11 63 256 111 34
Binary 10011 1111100 1110001 1010101 0 1001 110011 10101110 1001001 11100

Color Harmonies of #137C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C71

Black with #137C71

Text Example


Text Example

White with #137C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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