#14504E

Color #14504E Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #14504E

Tints of Cyprus #14504E

Color information

#14504E (or 0x14504E) is unknown color: approx Cyprus. HEX triplet: 14, 50 and 4E. RGB value is (20,80,78). Sum of RGB (Red+Green+Blue) = 20+80+78=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #14504E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14504E is #EBAFB1. Grayscale: #3D3D3D. Windows color (decimal): -15445938 or 5132308. OLE color: 5132308.

HSL color Cylindrical-coordinate representation of color #14504E: hue angle of 178º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14504E is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB208078-
CMYK0.7500.020.69
HSL178º60%19.61%-
HSV(B)178º75%31.37%-
XYZ4.536.448.21-
YUV61.83137.1298.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 78 (30.86% from 255) = 43.82%
R=11.24%
G=44.94%
B=43.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080780.7500.020.691786019.61
Hex14504E4B0245b23c14
Octal24120116113021052627424
Binary1010010100001001110100101101010001011011001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14504E; }

 p { color: rgb(20,80,78); }

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

<style>
 a { background-color: #14504E; }

 a { background-color: rgb(20,80,78); }

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

<style>
 span { border-color: #14504E; }

 span { border-color: rgb(20,80,78); }

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