Html Css Color HEX #137F5E Deep Sea

📋 copy color: '#137F5E'

red 19 ◦ green 127 ◦ blue 94

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

Shades of Deep Sea #137F5E

Tints of Deep Sea #137F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 7.92%
G = 52.92%
B = 39.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#137F5E (or 0x137F5E) is known color: Deep Sea. HEX triplet: 13, 7F and 5E. RGB value is (19,127,94). Sum of RGB (Red+Green+Blue) = 19+127+94=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #137F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F5E is #EC80A1. Grayscale: #5A5A5A. Windows color (decimal): -15499426 or 6192915. OLE color: 6192915.

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

Color convert

RGB 19 127 94 -
CMYK 0.85 0 0.26 0.50
HSL 161.67º 0.74% 0.29% -
HSV(B) 161.67º 0.85% 0.5% -
XYZ 9.88 16.13 13.18 -
YUV 90.95 129.72 76.68 -
System Red Green Blue C M Y K H S L
Decimal 19 127 94 0.85 0 0.26 0.50 161.67 0.74 0.29
Hex 13 7F 5E 55 0 1A 32 A2 4A 1D
Octal 23 177 136 125 0 32 62 242 112 35
Binary 10011 1111111 1011110 1010101 0 11010 110010 10100010 1001010 11101

Color Harmonies of #137F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F5E

Black with #137F5E

Text Example


Text Example

White with #137F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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