Html Css Color HEX #137C69 Deep Sea

📋 copy color: '#137C69'

red 19 ◦ green 124 ◦ blue 105

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

Shades of Deep Sea #137C69

Tints of Deep Sea #137C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.34%

R = 7.66%
G = 50%
B = 42.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#137C69 (or 0x137C69) is known color: Deep Sea. HEX triplet: 13, 7C and 69. RGB value is (19,124,105). Sum of RGB (Red+Green+Blue) = 19+124+105=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #137C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C69 is #EC8396. Grayscale: #5A5A5A. Windows color (decimal): -15500183 or 6913043. OLE color: 6913043.

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

Color convert

RGB 19 124 105 -
CMYK 0.85 0 0.15 0.51
HSL 169.14º 0.73% 0.28% -
HSV(B) 169.14º 0.85% 0.49% -
XYZ 10.03 15.57 15.84 -
YUV 90.44 136.21 77.04 -
System Red Green Blue C M Y K H S L
Decimal 19 124 105 0.85 0 0.15 0.51 169.14 0.73 0.28
Hex 13 7C 69 55 0 F 33 A9 49 1C
Octal 23 174 151 125 0 17 63 251 111 34
Binary 10011 1111100 1101001 1010101 0 1111 110011 10101001 1001001 11100

Color Harmonies of #137C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C69

Black with #137C69

Text Example


Text Example

White with #137C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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