#14806B

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

Shades of Deep Sea #14806B

Tints of Deep Sea #14806B

Color information

#14806B (or 0x14806B) is unknown color: approx Deep Sea. HEX triplet: 14, 80 and 6B. RGB value is (20,128,107). Sum of RGB (Red+Green+Blue) = 20+128+107=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #14806B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14806B is #EB7F94. Grayscale: #5D5D5D. Windows color (decimal): -15433621 or 7045140. OLE color: 7045140.

HSL color Cylindrical-coordinate representation of color #14806B: hue angle of 168.33º 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 #14806B is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB20128107-
CMYK0.8400.160.50
HSL168.33º72.97%29.02%-
HSV(B)168.33º84.38%50.2%-
XYZ10.6616.6516.56-
YUV93.31135.7275.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 128 (50.39% from 255) = 50.20%
BLUE value IS 107 (42.19% from 255) = 41.96%
R=7.84%
G=50.20%
B=41.96%

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
Decimal201281070.8400.160.50168.3372.9729.02
Hex14806B5401032a8491d
Octal242001531240206225011135
Binary10100100000001101011101010001000011001010101000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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