#14855c

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

Shades of Deep Sea #14855C

Tints of Deep Sea #14855C

Color information

#14855C (or 0x14855C) is unknown color: approx Deep Sea. HEX triplet: 14, 85 and 5C. RGB value is (20,133,92). Sum of RGB (Red+Green+Blue) = 20+133+92=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #14855C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14855C is #EB7AA3. Grayscale: #5E5E5E. Windows color (decimal): -15432356 or 6063380. OLE color: 6063380.

HSL color Cylindrical-coordinate representation of color #14855C: hue angle of 158.23º 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 #14855C is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB2013392-
CMYK0.8500.310.48
HSL158.23º73.86%30%-
HSV(B)158.23º84.96%52.16%-
XYZ10.6117.712.98-
YUV94.54126.5674.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 133 (52.34% from 255) = 54.29%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=8.16%
G=54.29%
B=37.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20133920.8500.310.48158.2373.8630
Hex14855C5501F309e4a1e
Octal242051341250376023611236
Binary10100100001011011100101010101111111000010011110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14855c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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