Html Css Color HEX #137F65 Deep Sea

📋 copy color: '#137F65'

red 19 ◦ green 127 ◦ blue 101

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

Shades of Deep Sea #137F65

Tints of Deep Sea #137F65

RGB

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

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

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

R = 7.69%
G = 51.42%
B = 40.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#137F65 (or 0x137F65) is known color: Deep Sea. HEX triplet: 13, 7F and 65. RGB value is (19,127,101). Sum of RGB (Red+Green+Blue) = 19+127+101=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #137F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F65 is #EC809A. Grayscale: #5B5B5B. Windows color (decimal): -15499419 or 6651667. OLE color: 6651667.

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

Color convert

RGB 19 127 101 -
CMYK 0.85 0 0.20 0.50
HSL 165.56º 0.74% 0.29% -
HSV(B) 165.56º 0.85% 0.5% -
XYZ 10.21 16.26 14.91 -
YUV 91.74 133.22 76.11 -
System Red Green Blue C M Y K H S L
Decimal 19 127 101 0.85 0 0.20 0.50 165.56 0.74 0.29
Hex 13 7F 65 55 0 14 32 A6 4A 1D
Octal 23 177 145 125 0 24 62 246 112 35
Binary 10011 1111111 1100101 1010101 0 10100 110010 10100110 1001010 11101

Color Harmonies of #137F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F65

Black with #137F65

Text Example


Text Example

White with #137F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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