Html Css Color HEX #137C68 Deep Sea

📋 copy color: '#137C68'

red 19 ◦ green 124 ◦ blue 104

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

Shades of Deep Sea #137C68

Tints of Deep Sea #137C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 7.69%
G = 50.2%
B = 42.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#137C68 (or 0x137C68) is known color: Deep Sea. HEX triplet: 13, 7C and 68. RGB value is (19,124,104). Sum of RGB (Red+Green+Blue) = 19+124+104=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #137C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C68 is #EC8397. Grayscale: #5A5A5A. Windows color (decimal): -15500184 or 6847507. OLE color: 6847507.

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

Color convert

RGB 19 124 104 -
CMYK 0.85 0 0.16 0.51
HSL 168.57º 0.73% 0.28% -
HSV(B) 168.57º 0.85% 0.49% -
XYZ 9.97 15.55 15.57 -
YUV 90.33 135.71 77.13 -
System Red Green Blue C M Y K H S L
Decimal 19 124 104 0.85 0 0.16 0.51 168.57 0.73 0.28
Hex 13 7C 68 55 0 10 33 A9 49 1C
Octal 23 174 150 125 0 20 63 251 111 34
Binary 10011 1111100 1101000 1010101 0 10000 110011 10101001 1001001 11100

Color Harmonies of #137C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C68

Black with #137C68

Text Example


Text Example

White with #137C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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