#14514E

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

Shades of Cyprus #14514E

Tints of Cyprus #14514E

Color information

#14514E (or 0x14514E) is unknown color: approx Cyprus. HEX triplet: 14, 51 and 4E. RGB value is (20,81,78). Sum of RGB (Red+Green+Blue) = 20+81+78=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #14514E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14514E is #EBAEB1. Grayscale: #3E3E3E. Windows color (decimal): -15445682 or 5132564. OLE color: 5132564.

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

Color convert

RGB208178-
CMYK0.7500.040.68
HSL177.05º60.4%19.8%-
HSV(B)177.05º75.31%31.76%-
XYZ4.616.588.24-
YUV62.42136.7997.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 81 (32.03% from 255) = 45.25%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=11.17%
G=45.25%
B=43.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2081780.7500.040.68177.0560.419.8
Hex14514E4B0444b13c14
Octal24121116113041042617424
Binary10100101000110011101001011010010001001011000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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