#14805E

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

Shades of Deep Sea #14805E

Tints of Deep Sea #14805E

Color information

#14805E (or 0x14805E) is unknown color: approx Deep Sea. HEX triplet: 14, 80 and 5E. RGB value is (20,128,94). Sum of RGB (Red+Green+Blue) = 20+128+94=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #14805E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14805E is #EB7FA1. Grayscale: #5B5B5B. Windows color (decimal): -15433634 or 6193172. OLE color: 6193172.

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

Color convert

RGB2012894-
CMYK0.8400.270.50
HSL161.11º72.97%29.02%-
HSV(B)161.11º84.38%50.2%-
XYZ10.0316.413.23-
YUV91.83129.2276.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.26%
GREEN value IS 128 (50.39% from 255) = 52.89%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=8.26%
G=52.89%
B=38.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20128940.8400.270.50161.1172.9729.02
Hex14805E5401B32a1491d
Octal242001361240336224111135
Binary10100100000001011110101010001101111001010100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14805E; }

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

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

<style>
 a { background-color: #14805E; }

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

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

<style>
 span { border-color: #14805E; }

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

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