#14776B

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

Shades of Deep Sea #14776B

Tints of Deep Sea #14776B

Color information

#14776B (or 0x14776B) is unknown color: approx Deep Sea. HEX triplet: 14, 77 and 6B. RGB value is (20,119,107). Sum of RGB (Red+Green+Blue) = 20+119+107=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #14776B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14776B is #EB8894. Grayscale: #575757. Windows color (decimal): -15435925 or 7042836. OLE color: 7042836.

HSL color Cylindrical-coordinate representation of color #14776B: hue angle of 172.73º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14776B is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB20119107-
CMYK0.8300.100.53
HSL172.73º71.22%27.25%-
HSV(B)172.73º83.19%46.67%-
XYZ9.5414.416.19-
YUV88.03138.779.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.13%
GREEN value IS 119 (46.88% from 255) = 48.37%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=8.13%
G=48.37%
B=43.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal201191070.8300.100.53172.7371.2227.25
Hex14776B530A35ad471b
Octal241671531230126525510733
Binary101001110111110101110100110101011010110101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14776B; }

 p { color: rgb(20,119,107); }

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

<style>
 a { background-color: #14776B; }

 a { background-color: rgb(20,119,107); }

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

<style>
 span { border-color: #14776B; }

 span { border-color: rgb(20,119,107); }

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