#14875b

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

Shades of Deep Sea #14875B

Tints of Deep Sea #14875B

Color information

#14875B (or 0x14875B) is unknown color: approx Deep Sea. HEX triplet: 14, 87 and 5B. RGB value is (20,135,91). Sum of RGB (Red+Green+Blue) = 20+135+91=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #14875B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14875B is #EB78A4. Grayscale: #5F5F5F. Windows color (decimal): -15431845 or 5998356. OLE color: 5998356.

HSL color Cylindrical-coordinate representation of color #14875B: hue angle of 157.04º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14875B is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB2013591-
CMYK0.8500.330.47
HSL157.04º74.19%30.39%-
HSV(B)157.04º85.19%52.94%-
XYZ10.8418.2312.85-
YUV95.6125.474.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.13%
GREEN value IS 135 (53.12% from 255) = 54.88%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=8.13%
G=54.88%
B=36.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20135910.8500.330.47157.0474.1930.39
Hex14875B550212F9d4a1e
Octal242071331250415723511236
Binary101001000011110110111010101010000110111110011101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14875b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14875b; }

 p { color: rgb(20,135,91); }

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

<style>
 a { background-color: #14875b; }

 a { background-color: rgb(20,135,91); }

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

<style>
 span { border-color: #14875b; }

 span { border-color: rgb(20,135,91); }

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