#14725B

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

Shades of Deep Sea #14725B

Tints of Deep Sea #14725B

Color information

#14725B (or 0x14725B) is unknown color: approx Deep Sea. HEX triplet: 14, 72 and 5B. RGB value is (20,114,91). Sum of RGB (Red+Green+Blue) = 20+114+91=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #14725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14725B is #EB8DA4. Grayscale: #535353. Windows color (decimal): -15437221 or 5992980. OLE color: 5992980.

HSL color Cylindrical-coordinate representation of color #14725B: hue angle of 165.32º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14725B is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB2011491-
CMYK0.8200.200.55
HSL165.32º70.15%26.27%-
HSV(B)165.32º82.46%44.71%-
XYZ8.1912.9411.96-
YUV83.27132.3682.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 114 (44.92% from 255) = 50.67%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=8.89%
G=50.67%
B=40.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20114910.8200.200.55165.3270.1526.27
Hex14725B5201437a5461a
Octal241621331220246724510632
Binary1010011100101011011101001001010011011110100101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14725B; }

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

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

<style>
 a { background-color: #14725B; }

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

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

<style>
 span { border-color: #14725B; }

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

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