Html Css Color HEX #137659 Deep Sea

📋 copy color: '#137659'

red 19 ◦ green 118 ◦ blue 89

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

Shades of Deep Sea #137659

Tints of Deep Sea #137659

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.21%

 BLUE value IS 89 (35.16% from 255) = 39.38%

R = 8.41%
G = 52.21%
B = 39.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#137659 (or 0x137659) is known color: Deep Sea. HEX triplet: 13, 76 and 59. RGB value is (19,118,89). Sum of RGB (Red+Green+Blue) = 19+118+89=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #137659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137659 is #EC89A6. Grayscale: #555555. Windows color (decimal): -15501735 or 5862931. OLE color: 5862931.

HSL color Cylindrical-coordinate representation of color #137659: hue angle of 162.42º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137659 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 89 -
CMYK 0.84 0 0.25 0.54
HSL 162.42º 0.72% 0.27% -
HSV(B) 162.42º 0.84% 0.46% -
XYZ 8.55 13.82 11.67 -
YUV 85.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 19 118 89 0.84 0 0.25 0.54 162.42 0.72 0.27
Hex 13 76 59 54 0 19 36 A2 48 1B
Octal 23 166 131 124 0 31 66 242 110 33
Binary 10011 1110110 1011001 1010100 0 11001 110110 10100010 1001000 11011

Color Harmonies of #137659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137659

Black with #137659

Text Example


Text Example

White with #137659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137659; }

 p { color: rgb(19,118,89); }

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

background-color css

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

 a { background-color: rgb(19,118,89); }

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

border-color css

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

 span { border-color: rgb(19,118,89); }

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