#13785C

Color #13785C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #13785C

Tints of Deep Sea #13785C

Color information

#13785C (or 0x13785C) is unknown color: approx Deep Sea. HEX triplet: 13, 78 and 5C. RGB value is (19,120,92). Sum of RGB (Red+Green+Blue) = 19+120+92=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #13785C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13785C is #EC87A3. Grayscale: #565656. Windows color (decimal): -15501220 or 6060051. OLE color: 6060051.

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

Color convert

RGB1912092-
CMYK0.8400.230.53
HSL163.37º72.66%27.25%-
HSV(B)163.37º84.17%47.06%-
XYZ8.9214.3412.42-
YUV86.61131.0479.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 120 (47.27% from 255) = 51.95%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=8.23%
G=51.95%
B=39.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120920.8400.230.53163.3772.6627.25
Hex13785C5401735a3491b
Octal231701341240276524311133
Binary1001111110001011100101010001011111010110100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13785C; }

 p { color: rgb(19,120,92); }

 H1.HeaderClassName
 {
   color: #13785C;
 }
 .AnyTagClassName
 {
   color: #13785C;
 }
</style>
background-color css

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

 a { background-color: rgb(19,120,92); }

 div.DivClassName
 {
   background-color: #13785C;
 }
 .BgClassName
 {
   background-color: #13785C;
 }
</style>
border-color css

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

 span { border-color: rgb(19,120,92); }

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