Html Css Color HEX #137F6F Deep Sea

📋 copy color: '#137F6F'

red 19 ◦ green 127 ◦ blue 111

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

Shades of Deep Sea #137F6F

Tints of Deep Sea #137F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.19%

R = 7.39%
G = 49.42%
B = 43.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#137F6F (or 0x137F6F) is known color: Deep Sea. HEX triplet: 13, 7F and 6F. RGB value is (19,127,111). Sum of RGB (Red+Green+Blue) = 19+127+111=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #137F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F6F is #EC8090. Grayscale: #5C5C5C. Windows color (decimal): -15499409 or 7307027. OLE color: 7307027.

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

Color convert

RGB 19 127 111 -
CMYK 0.85 0 0.13 0.50
HSL 171.11º 0.74% 0.29% -
HSV(B) 171.11º 0.85% 0.5% -
XYZ 10.73 16.46 17.65 -
YUV 92.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 19 127 111 0.85 0 0.13 0.50 171.11 0.74 0.29
Hex 13 7F 6F 55 0 D 32 AB 4A 1D
Octal 23 177 157 125 0 15 62 253 112 35
Binary 10011 1111111 1101111 1010101 0 1101 110010 10101011 1001010 11101

Color Harmonies of #137F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F6F

Black with #137F6F

Text Example


Text Example

White with #137F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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