#14836C

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

Shades of Deep Sea #14836C

Tints of Deep Sea #14836C

Color information

#14836C (or 0x14836C) is unknown color: approx Deep Sea. HEX triplet: 14, 83 and 6C. RGB value is (20,131,108). Sum of RGB (Red+Green+Blue) = 20+131+108=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #14836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14836C is #EB7C93. Grayscale: #5F5F5F. Windows color (decimal): -15432852 or 7111444. OLE color: 7111444.

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

Color convert

RGB20131108-
CMYK0.8500.180.49
HSL167.57º73.51%29.61%-
HSV(B)167.57º84.73%51.37%-
XYZ11.1117.4616.97-
YUV95.19135.2374.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 131 (51.56% from 255) = 50.58%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=7.72%
G=50.58%
B=41.70%

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
Decimal201311080.8500.180.49167.5773.5129.61
Hex14836C5501231a84a1e
Octal242031541250226125011236
Binary10100100000111101100101010101001011000110101000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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