Html Css Color HEX #137A64 Deep Sea

📋 copy color: '#137A64'

red 19 ◦ green 122 ◦ blue 100

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

Shades of Deep Sea #137A64

Tints of Deep Sea #137A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.49%

R = 7.88%
G = 50.62%
B = 41.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#137A64 (or 0x137A64) is known color: Deep Sea. HEX triplet: 13, 7A and 64. RGB value is (19,122,100). Sum of RGB (Red+Green+Blue) = 19+122+100=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #137A64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A64 is #EC859B. Grayscale: #585858. Windows color (decimal): -15500700 or 6584851. OLE color: 6584851.

HSL color Cylindrical-coordinate representation of color #137A64: hue angle of 167.18º 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 #137A64 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 122 100 -
CMYK 0.84 0 0.18 0.52
HSL 167.18º 0.73% 0.28% -
HSV(B) 167.18º 0.84% 0.48% -
XYZ 9.53 14.98 14.45 -
YUV 88.7 134.38 78.29 -
System Red Green Blue C M Y K H S L
Decimal 19 122 100 0.84 0 0.18 0.52 167.18 0.73 0.28
Hex 13 7A 64 54 0 12 34 A7 49 1C
Octal 23 172 144 124 0 22 64 247 111 34
Binary 10011 1111010 1100100 1010100 0 10010 110100 10100111 1001001 11100

Color Harmonies of #137A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A64

Black with #137A64

Text Example


Text Example

White with #137A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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