Html Css Color HEX #137970 Deep Sea

📋 copy color: '#137970'

red 19 ◦ green 121 ◦ blue 112

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

Shades of Deep Sea #137970

Tints of Deep Sea #137970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 7.54%
G = 48.02%
B = 44.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#137970 (or 0x137970) is known color: Deep Sea. HEX triplet: 13, 79 and 70. RGB value is (19,121,112). Sum of RGB (Red+Green+Blue) = 19+121+112=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #137970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137970 is #EC868F. Grayscale: #595959. Windows color (decimal): -15500944 or 7371027. OLE color: 7371027.

HSL color Cylindrical-coordinate representation of color #137970: hue angle of 174.71º 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 #137970 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 121 112 -
CMYK 0.84 0 0.07 0.53
HSL 174.71º 0.73% 0.27% -
HSV(B) 174.71º 0.84% 0.47% -
XYZ 10.03 14.98 17.69 -
YUV 89.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 19 121 112 0.84 0 0.07 0.53 174.71 0.73 0.27
Hex 13 79 70 54 0 7 35 AF 49 1B
Octal 23 171 160 124 0 7 65 257 111 33
Binary 10011 1111001 1110000 1010100 0 111 110101 10101111 1001001 11011

Color Harmonies of #137970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137970

Black with #137970

Text Example


Text Example

White with #137970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137970; }

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

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

background-color css

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

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

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

border-color css

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

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

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