#14846C

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

Shades of Deep Sea #14846C

Tints of Deep Sea #14846C

Color information

#14846C (or 0x14846C) is unknown color: approx Deep Sea. HEX triplet: 14, 84 and 6C. RGB value is (20,132,108). Sum of RGB (Red+Green+Blue) = 20+132+108=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #14846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14846C is #EB7B93. Grayscale: #5F5F5F. Windows color (decimal): -15432596 or 7111700. OLE color: 7111700.

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

Color convert

RGB20132108-
CMYK0.8500.180.48
HSL167.14º73.68%29.8%-
HSV(B)167.14º84.85%51.76%-
XYZ11.2517.7317.02-
YUV95.78134.8973.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.69%
GREEN value IS 132 (51.95% from 255) = 50.77%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=7.69%
G=50.77%
B=41.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal201321080.8500.180.48167.1473.6829.8
Hex14846C5501230a74a1e
Octal242041541250226024711236
Binary10100100001001101100101010101001011000010100111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14846C; }

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

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

<style>
 a { background-color: #14846C; }

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

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

<style>
 span { border-color: #14846C; }

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

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