#14766B

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

Shades of Deep Sea #14766B

Tints of Deep Sea #14766B

Color information

#14766B (or 0x14766B) is unknown color: approx Deep Sea. HEX triplet: 14, 76 and 6B. RGB value is (20,118,107). Sum of RGB (Red+Green+Blue) = 20+118+107=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #14766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14766B is #EB8994. Grayscale: #575757. Windows color (decimal): -15436181 or 7042580. OLE color: 7042580.

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

Color convert

RGB20118107-
CMYK0.8300.090.54
HSL173.27º71.01%27.06%-
HSV(B)173.27º83.05%46.27%-
XYZ9.4214.1716.15-
YUV87.44139.0379.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=8.16%
G=48.16%
B=43.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201181070.8300.090.54173.2771.0127.06
Hex14766B530936ad471b
Octal241661531230116625510733
Binary101001110110110101110100110100111011010101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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