#14845c

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

Shades of Deep Sea #14845C

Tints of Deep Sea #14845C

Color information

#14845C (or 0x14845C) is unknown color: approx Deep Sea. HEX triplet: 14, 84 and 5C. RGB value is (20,132,92). Sum of RGB (Red+Green+Blue) = 20+132+92=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #14845C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14845C is #EB7BA3. Grayscale: #5E5E5E. Windows color (decimal): -15432612 or 6063124. OLE color: 6063124.

HSL color Cylindrical-coordinate representation of color #14845C: hue angle of 158.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14845C is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB2013292-
CMYK0.8500.300.48
HSL158.57º73.68%29.8%-
HSV(B)158.57º84.85%51.76%-
XYZ10.4717.4212.94-
YUV93.95126.8975.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 132 (51.95% from 255) = 54.10%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=8.20%
G=54.10%
B=37.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20132920.8500.300.48158.5773.6829.8
Hex14845C5501E309f4a1e
Octal242041341250366023711236
Binary10100100001001011100101010101111011000010011111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14845c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14845c; }

 p { color: rgb(20,132,92); }

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

<style>
 a { background-color: #14845c; }

 a { background-color: rgb(20,132,92); }

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

<style>
 span { border-color: #14845c; }

 span { border-color: rgb(20,132,92); }

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