Html Css Color HEX #137A6C Deep Sea

📋 copy color: '#137A6C'

red 19 ◦ green 122 ◦ blue 108

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

Shades of Deep Sea #137A6C

Tints of Deep Sea #137A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49%

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

R = 7.63%
G = 49%
B = 43.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#137A6C (or 0x137A6C) is known color: Deep Sea. HEX triplet: 13, 7A and 6C. RGB value is (19,122,108). Sum of RGB (Red+Green+Blue) = 19+122+108=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #137A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A6C is #EC8593. Grayscale: #595959. Windows color (decimal): -15500692 or 7109139. OLE color: 7109139.

HSL color Cylindrical-coordinate representation of color #137A6C: hue angle of 171.84º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A6C is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 122 108 -
CMYK 0.84 0 0.11 0.52
HSL 171.84º 0.73% 0.28% -
HSV(B) 171.84º 0.84% 0.48% -
XYZ 9.93 15.14 16.59 -
YUV 89.61 138.38 77.64 -
System Red Green Blue C M Y K H S L
Decimal 19 122 108 0.84 0 0.11 0.52 171.84 0.73 0.28
Hex 13 7A 6C 54 0 B 34 AC 49 1C
Octal 23 172 154 124 0 13 64 254 111 34
Binary 10011 1111010 1101100 1010100 0 1011 110100 10101100 1001001 11100

Color Harmonies of #137A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A6C

Black with #137A6C

Text Example


Text Example

White with #137A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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