#146F5D

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

Shades of Deep Sea #146F5D

Tints of Deep Sea #146F5D

Color information

#146F5D (or 0x146F5D) is unknown color: approx Deep Sea. HEX triplet: 14, 6F and 5D. RGB value is (20,111,93). Sum of RGB (Red+Green+Blue) = 20+111+93=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #146F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146F5D is #EB90A2. Grayscale: #515151. Windows color (decimal): -15437987 or 6123284. OLE color: 6123284.

HSL color Cylindrical-coordinate representation of color #146F5D: hue angle of 168.13º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146F5D is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB2011193-
CMYK0.8200.160.56
HSL168.13º69.47%25.69%-
HSV(B)168.13º81.98%43.53%-
XYZ7.9512.3112.31-
YUV81.74134.3583.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=8.93%
G=49.55%
B=41.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20111930.8200.160.56168.1369.4725.69
Hex146F5D5201038a8451a
Octal241571351220207025010532
Binary1010011011111011101101001001000011100010101000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146F5D; }

 p { color: rgb(20,111,93); }

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

<style>
 a { background-color: #146F5D; }

 a { background-color: rgb(20,111,93); }

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

<style>
 span { border-color: #146F5D; }

 span { border-color: rgb(20,111,93); }

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