#14835A

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

Shades of Deep Sea #14835A

Tints of Deep Sea #14835A

Color information

#14835A (or 0x14835A) is unknown color: approx Deep Sea. HEX triplet: 14, 83 and 5A. RGB value is (20,131,90). Sum of RGB (Red+Green+Blue) = 20+131+90=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #14835A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14835A is #EB7CA5. Grayscale: #5D5D5D. Windows color (decimal): -15432870 or 5931796. OLE color: 5931796.

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

Color convert

RGB2013190-
CMYK0.8500.310.49
HSL157.84º73.51%29.61%-
HSV(B)157.84º84.73%51.37%-
XYZ10.2517.1212.44-
YUV93.14126.2375.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 131 (51.56% from 255) = 54.36%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=8.30%
G=54.36%
B=37.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20131900.8500.310.49157.8473.5129.61
Hex14835A5501F319e4a1e
Octal242031321250376123611236
Binary10100100000111011010101010101111111000110011110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14835A; }

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

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

<style>
 a { background-color: #14835A; }

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

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

<style>
 span { border-color: #14835A; }

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

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