#14574E

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

Shades of Cyprus #14574E

Tints of Cyprus #14574E

Color information

#14574E (or 0x14574E) is unknown color: approx Cyprus. HEX triplet: 14, 57 and 4E. RGB value is (20,87,78). Sum of RGB (Red+Green+Blue) = 20+87+78=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 87 - color contains mainly: green. Hex color #14574E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14574E is #EBA8B1. Grayscale: #414141. Windows color (decimal): -15444146 or 5134100. OLE color: 5134100.

HSL color Cylindrical-coordinate representation of color #14574E: hue angle of 171.94º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14574E is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB208778-
CMYK0.7700.100.66
HSL171.94º62.62%20.98%-
HSV(B)171.94º77.01%34.12%-
XYZ5.077.528.39-
YUV65.94134.895.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 87 (34.38% from 255) = 47.03%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=10.81%
G=47.03%
B=42.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087780.7700.100.66171.9462.6220.98
Hex14574E4D0A42ac3f15
Octal241271161150121022547725
Binary101001010111100111010011010101010000101010110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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