#13756C

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

Shades of Deep Sea #13756C

Tints of Deep Sea #13756C

Color information

#13756C (or 0x13756C) is unknown color: approx Deep Sea. HEX triplet: 13, 75 and 6C. RGB value is (19,117,108). Sum of RGB (Red+Green+Blue) = 19+117+108=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #13756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13756C is #EC8A93. Grayscale: #565656. Windows color (decimal): -15501972 or 7107859. OLE color: 7107859.

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

Color convert

RGB19117108-
CMYK0.8400.080.54
HSL174.49º72.06%26.67%-
HSV(B)174.49º83.76%45.88%-
XYZ9.3413.9416.39-
YUV86.67140.0379.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=7.79%
G=47.95%
B=44.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191171080.8400.080.54174.4972.0626.67
Hex13756C540836ae481b
Octal231651541240106625611033
Binary100111110101110110010101000100011011010101110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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