#146E57

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

Shades of Deep Sea #146E57

Tints of Deep Sea #146E57

Color information

#146E57 (or 0x146E57) is unknown color: approx Deep Sea. HEX triplet: 14, 6E and 57. RGB value is (20,110,87). Sum of RGB (Red+Green+Blue) = 20+110+87=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 110 (43.36% from 255 or 50.69% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 110 - color contains mainly: green. Hex color #146E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146E57 is #EB91A8. Grayscale: #505050. Windows color (decimal): -15438249 or 5729812. OLE color: 5729812.

HSL color Cylindrical-coordinate representation of color #146E57: hue angle of 164.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146E57 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB2011087-
CMYK0.8200.210.57
HSL164.67º69.23%25.49%-
HSV(B)164.67º81.82%43.14%-
XYZ7.5811.9910.93-
YUV80.47131.6884.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 110 (43.36% from 255) = 50.69%
BLUE value IS 87 (34.38% from 255) = 40.09%
R=9.22%
G=50.69%
B=40.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20110870.8200.210.57164.6769.2325.49
Hex146E575201539a54519
Octal241561271220257124510531
Binary1010011011101010111101001001010111100110100101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,110,87); }

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

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

 a { background-color: rgb(20,110,87); }

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

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

 span { border-color: rgb(20,110,87); }

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