#14826B

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

Shades of Deep Sea #14826B

Tints of Deep Sea #14826B

Color information

#14826B (or 0x14826B) is unknown color: approx Deep Sea. HEX triplet: 14, 82 and 6B. RGB value is (20,130,107). Sum of RGB (Red+Green+Blue) = 20+130+107=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #14826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14826B is #EB7D94. Grayscale: #5E5E5E. Windows color (decimal): -15433109 or 7045652. OLE color: 7045652.

HSL color Cylindrical-coordinate representation of color #14826B: hue angle of 167.45º 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 #14826B is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB20130107-
CMYK0.8500.180.49
HSL167.45º73.33%29.41%-
HSV(B)167.45º84.62%50.98%-
XYZ10.9217.1816.65-
YUV94.49135.0674.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.78%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 107 (42.19% from 255) = 41.63%
R=7.78%
G=50.58%
B=41.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201301070.8500.180.49167.4573.3329.41
Hex14826B5501231a7491d
Octal242021531250226124711135
Binary10100100000101101011101010101001011000110100111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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