#13766A

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

Shades of Deep Sea #13766A

Tints of Deep Sea #13766A

Color information

#13766A (or 0x13766A) is unknown color: approx Deep Sea. HEX triplet: 13, 76 and 6A. RGB value is (19,118,106). Sum of RGB (Red+Green+Blue) = 19+118+106=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #13766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13766A is #EC8995. Grayscale: #565656. Windows color (decimal): -15501718 or 6977043. OLE color: 6977043.

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

Color convert

RGB19118106-
CMYK0.8400.100.54
HSL172.73º72.26%26.86%-
HSV(B)172.73º83.9%46.27%-
XYZ9.3514.1415.87-
YUV87.03138.779.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.82%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=7.82%
G=48.56%
B=43.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191181060.8400.100.54172.7372.2626.86
Hex13766A540A36ad481b
Octal231661521240126625511033
Binary100111110110110101010101000101011011010101101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,118,106); }

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

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

 a { background-color: rgb(19,118,106); }

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

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

 span { border-color: rgb(19,118,106); }

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