#14584A

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

Shades of Evening Sea #14584A

Tints of Evening Sea #14584A

Color information

#14584A (or 0x14584A) is unknown color: approx Evening Sea. HEX triplet: 14, 58 and 4A. RGB value is (20,88,74). Sum of RGB (Red+Green+Blue) = 20+88+74=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #14584A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14584A is #EBA7B5. Grayscale: #424242. Windows color (decimal): -15443894 or 4872212. OLE color: 4872212.

HSL color Cylindrical-coordinate representation of color #14584A: hue angle of 167.65º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14584A is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB208874-
CMYK0.7700.160.65
HSL167.65º62.96%21.18%-
HSV(B)167.65º77.27%34.51%-
XYZ5.017.627.69-
YUV66.07132.4795.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 88 (34.77% from 255) = 48.35%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=10.99%
G=48.35%
B=40.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088740.7700.160.65167.6562.9621.18
Hex14584A4D01041a83f15
Octal241301121150201012507725
Binary1010010110001001010100110101000010000011010100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,88,74); }

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

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

 a { background-color: rgb(20,88,74); }

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

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

 span { border-color: rgb(20,88,74); }

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