Html Css Color HEX #137C65 Deep Sea

📋 copy color: '#137C65'

red 19 ◦ green 124 ◦ blue 101

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

Shades of Deep Sea #137C65

Tints of Deep Sea #137C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.39%

R = 7.79%
G = 50.82%
B = 41.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#137C65 (or 0x137C65) is known color: Deep Sea. HEX triplet: 13, 7C and 65. RGB value is (19,124,101). Sum of RGB (Red+Green+Blue) = 19+124+101=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #137C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C65 is #EC839A. Grayscale: #595959. Windows color (decimal): -15500187 or 6650899. OLE color: 6650899.

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

Color convert

RGB 19 124 101 -
CMYK 0.85 0 0.19 0.51
HSL 166.86º 0.73% 0.28% -
HSV(B) 166.86º 0.85% 0.49% -
XYZ 9.83 15.49 14.78 -
YUV 89.98 134.21 77.37 -
System Red Green Blue C M Y K H S L
Decimal 19 124 101 0.85 0 0.19 0.51 166.86 0.73 0.28
Hex 13 7C 65 55 0 13 33 A7 49 1C
Octal 23 174 145 125 0 23 63 247 111 34
Binary 10011 1111100 1100101 1010101 0 10011 110011 10100111 1001001 11100

Color Harmonies of #137C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C65

Black with #137C65

Text Example


Text Example

White with #137C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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