#15776D

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

Shades of Deep Sea #15776D

Tints of Deep Sea #15776D

Color information

#15776D (or 0x15776D) is unknown color: approx Deep Sea. HEX triplet: 15, 77 and 6D. RGB value is (21,119,109). Sum of RGB (Red+Green+Blue) = 21+119+109=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #15776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15776D is #EA8892. Grayscale: #585858. Windows color (decimal): -15370387 or 7173909. OLE color: 7173909.

HSL color Cylindrical-coordinate representation of color #15776D: hue angle of 173.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15776D is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB21119109-
CMYK0.8200.080.53
HSL173.88º70%27.45%-
HSV(B)173.88º82.35%46.67%-
XYZ9.6714.4616.75-
YUV88.56139.5379.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=8.43%
G=47.79%
B=43.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211191090.8200.080.53173.887027.45
Hex15776D520835ae461b
Octal251671551220106525610633
Binary101011110111110110110100100100011010110101110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15776D; }

 p { color: rgb(21,119,109); }

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

<style>
 a { background-color: #15776D; }

 a { background-color: rgb(21,119,109); }

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

<style>
 span { border-color: #15776D; }

 span { border-color: rgb(21,119,109); }

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