#13786C

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

Shades of Deep Sea #13786C

Tints of Deep Sea #13786C

Color information

#13786C (or 0x13786C) is unknown color: approx Deep Sea. HEX triplet: 13, 78 and 6C. RGB value is (19,120,108). Sum of RGB (Red+Green+Blue) = 19+120+108=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #13786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13786C is #EC8793. Grayscale: #585858. Windows color (decimal): -15501204 or 7108627. OLE color: 7108627.

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

Color convert

RGB19120108-
CMYK0.8400.100.53
HSL172.87º72.66%27.25%-
HSV(B)172.87º84.17%47.06%-
XYZ9.6914.6516.51-
YUV88.43139.0478.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=7.69%
G=48.58%
B=43.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191201080.8400.100.53172.8772.6627.25
Hex13786C540A35ad491b
Octal231701541240126525511133
Binary100111111000110110010101000101011010110101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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