#14806C

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

Shades of Deep Sea #14806C

Tints of Deep Sea #14806C

Color information

#14806C (or 0x14806C) is unknown color: approx Deep Sea. HEX triplet: 14, 80 and 6C. RGB value is (20,128,108). Sum of RGB (Red+Green+Blue) = 20+128+108=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #14806C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14806C is #EB7F93. Grayscale: #5D5D5D. Windows color (decimal): -15433620 or 7110676. OLE color: 7110676.

HSL color Cylindrical-coordinate representation of color #14806C: hue angle of 168.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14806C is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB20128108-
CMYK0.8400.160.50
HSL168.89º72.97%29.02%-
HSV(B)168.89º84.38%50.2%-
XYZ10.7116.6716.84-
YUV93.43136.2275.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.81%
GREEN value IS 128 (50.39% from 255) = 50%
BLUE value IS 108 (42.58% from 255) = 42.19%
R=7.81%
G=50%
B=42.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal201281080.8400.160.50168.8972.9729.02
Hex14806C5401032a9491d
Octal242001541240206225111135
Binary10100100000001101100101010001000011001010101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,128,108); }

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

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

 a { background-color: rgb(20,128,108); }

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

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

 span { border-color: rgb(20,128,108); }

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