Html Css Color HEX #137964 Deep Sea

📋 copy color: '#137964'

red 19 ◦ green 121 ◦ blue 100

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

Shades of Deep Sea #137964

Tints of Deep Sea #137964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.42%

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

R = 7.92%
G = 50.42%
B = 41.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#137964 (or 0x137964) is known color: Deep Sea. HEX triplet: 13, 79 and 64. RGB value is (19,121,100). Sum of RGB (Red+Green+Blue) = 19+121+100=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #137964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137964 is #EC869B. Grayscale: #585858. Windows color (decimal): -15500956 or 6584595. OLE color: 6584595.

HSL color Cylindrical-coordinate representation of color #137964: hue angle of 167.65º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137964 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 121 100 -
CMYK 0.84 0 0.17 0.53
HSL 167.65º 0.73% 0.27% -
HSV(B) 167.65º 0.84% 0.47% -
XYZ 9.41 14.73 14.4 -
YUV 88.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 19 121 100 0.84 0 0.17 0.53 167.65 0.73 0.27
Hex 13 79 64 54 0 11 35 A8 49 1B
Octal 23 171 144 124 0 21 65 250 111 33
Binary 10011 1111001 1100100 1010100 0 10001 110101 10101000 1001001 11011

Color Harmonies of #137964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137964

Black with #137964

Text Example


Text Example

White with #137964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137964; }

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

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

background-color css

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

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

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

border-color css

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

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

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