#13785A

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

Shades of Deep Sea #13785A

Tints of Deep Sea #13785A

Color information

#13785A (or 0x13785A) is unknown color: approx Deep Sea. HEX triplet: 13, 78 and 5A. RGB value is (19,120,90). Sum of RGB (Red+Green+Blue) = 19+120+90=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #13785A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13785A is #EC87A5. Grayscale: #565656. Windows color (decimal): -15501222 or 5928979. OLE color: 5928979.

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

Color convert

RGB1912090-
CMYK0.8400.250.53
HSL162.18º72.66%27.25%-
HSV(B)162.18º84.17%47.06%-
XYZ8.8314.3111.97-
YUV86.38130.0479.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.30%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=8.30%
G=52.40%
B=39.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120900.8400.250.53162.1872.6627.25
Hex13785A5401935a2491b
Octal231701321240316524211133
Binary1001111110001011010101010001100111010110100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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