Html Css Color HEX #137565 Deep Sea

📋 copy color: '#137565'

red 19 ◦ green 117 ◦ blue 101

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

Shades of Deep Sea #137565

Tints of Deep Sea #137565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.37%

 BLUE value IS 101 (39.84% from 255) = 42.62%

R = 8.02%
G = 49.37%
B = 42.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#137565 (or 0x137565) is known color: Deep Sea. HEX triplet: 13, 75 and 65. RGB value is (19,117,101). Sum of RGB (Red+Green+Blue) = 19+117+101=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #137565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137565 is #EC8A9A. Grayscale: #555555. Windows color (decimal): -15501979 or 6649107. OLE color: 6649107.

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

Color convert

RGB 19 117 101 -
CMYK 0.84 0 0.14 0.54
HSL 170.2º 0.72% 0.27% -
HSV(B) 170.2º 0.84% 0.46% -
XYZ 8.98 13.8 14.5 -
YUV 85.87 136.53 80.3 -
System Red Green Blue C M Y K H S L
Decimal 19 117 101 0.84 0 0.14 0.54 170.2 0.72 0.27
Hex 13 75 65 54 0 E 36 AA 48 1B
Octal 23 165 145 124 0 16 66 252 110 33
Binary 10011 1110101 1100101 1010100 0 1110 110110 10101010 1001000 11011

Color Harmonies of #137565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137565

Black with #137565

Text Example


Text Example

White with #137565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137565; }

 p { color: rgb(19,117,101); }

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

background-color css

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

 a { background-color: rgb(19,117,101); }

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

border-color css

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

 span { border-color: rgb(19,117,101); }

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