Html Css Color HEX #137C6E Deep Sea

📋 copy color: '#137C6E'

red 19 ◦ green 124 ◦ blue 110

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

Shades of Deep Sea #137C6E

Tints of Deep Sea #137C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.48%

R = 7.51%
G = 49.01%
B = 43.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#137C6E (or 0x137C6E) is known color: Deep Sea. HEX triplet: 13, 7C and 6E. RGB value is (19,124,110). Sum of RGB (Red+Green+Blue) = 19+124+110=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #137C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C6E is #EC8391. Grayscale: #5A5A5A. Windows color (decimal): -15500178 or 7240723. OLE color: 7240723.

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

Color convert

RGB 19 124 110 -
CMYK 0.85 0 0.11 0.51
HSL 172º 0.73% 0.28% -
HSV(B) 172º 0.85% 0.49% -
XYZ 10.29 15.68 17.24 -
YUV 91.01 138.71 76.64 -
System Red Green Blue C M Y K H S L
Decimal 19 124 110 0.85 0 0.11 0.51 172 0.73 0.28
Hex 13 7C 6E 55 0 B 33 AC 49 1C
Octal 23 174 156 125 0 13 63 254 111 34
Binary 10011 1111100 1101110 1010101 0 1011 110011 10101100 1001001 11100

Color Harmonies of #137C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C6E

Black with #137C6E

Text Example


Text Example

White with #137C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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