Html Css Color HEX #137F6C Deep Sea

📋 copy color: '#137F6C'

red 19 ◦ green 127 ◦ blue 108

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

Shades of Deep Sea #137F6C

Tints of Deep Sea #137F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 7.48%
G = 50%
B = 42.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#137F6C (or 0x137F6C) is known color: Deep Sea. HEX triplet: 13, 7F and 6C. RGB value is (19,127,108). Sum of RGB (Red+Green+Blue) = 19+127+108=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #137F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F6C is #EC8093. Grayscale: #5C5C5C. Windows color (decimal): -15499412 or 7110419. OLE color: 7110419.

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

Color convert

RGB 19 127 108 -
CMYK 0.85 0 0.15 0.50
HSL 169.44º 0.74% 0.29% -
HSV(B) 169.44º 0.85% 0.5% -
XYZ 10.56 16.4 16.8 -
YUV 92.54 136.72 75.54 -
System Red Green Blue C M Y K H S L
Decimal 19 127 108 0.85 0 0.15 0.50 169.44 0.74 0.29
Hex 13 7F 6C 55 0 F 32 A9 4A 1D
Octal 23 177 154 125 0 17 62 251 112 35
Binary 10011 1111111 1101100 1010101 0 1111 110010 10101001 1001010 11101

Color Harmonies of #137F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F6C

Black with #137F6C

Text Example


Text Example

White with #137F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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