#14826D

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

Shades of Deep Sea #14826D

Tints of Deep Sea #14826D

Color information

#14826D (or 0x14826D) is unknown color: approx Deep Sea. HEX triplet: 14, 82 and 6D. RGB value is (20,130,109). Sum of RGB (Red+Green+Blue) = 20+130+109=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #14826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14826D is #EB7D92. Grayscale: #5E5E5E. Windows color (decimal): -15433107 or 7176724. OLE color: 7176724.

HSL color Cylindrical-coordinate representation of color #14826D: hue angle of 168.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14826D is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB20130109-
CMYK0.8500.160.49
HSL168.55º73.33%29.41%-
HSV(B)168.55º84.62%50.98%-
XYZ11.0317.2217.21-
YUV94.72136.0674.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 109 (42.97% from 255) = 42.08%
R=7.72%
G=50.19%
B=42.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201301090.8500.160.49168.5573.3329.41
Hex14826D5501031a9491d
Octal242021551250206125111135
Binary10100100000101101101101010101000011000110101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14826D; }

 p { color: rgb(20,130,109); }

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

<style>
 a { background-color: #14826D; }

 a { background-color: rgb(20,130,109); }

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

<style>
 span { border-color: #14826D; }

 span { border-color: rgb(20,130,109); }

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