#14534E

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

Shades of Cyprus #14534E

Tints of Cyprus #14534E

Color information

#14534E (or 0x14534E) is unknown color: approx Cyprus. HEX triplet: 14, 53 and 4E. RGB value is (20,83,78). Sum of RGB (Red+Green+Blue) = 20+83+78=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #14534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14534E is #EBACB1. Grayscale: #3F3F3F. Windows color (decimal): -15445170 or 5133076. OLE color: 5133076.

HSL color Cylindrical-coordinate representation of color #14534E: hue angle of 175.24º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14534E is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB208378-
CMYK0.7600.060.67
HSL175.24º61.17%20.2%-
HSV(B)175.24º75.9%32.55%-
XYZ4.766.898.29-
YUV63.59136.1396.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=11.05%
G=45.86%
B=43.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083780.7600.060.67175.2461.1720.2
Hex14534E4C0643af3d14
Octal24123116114061032577524
Binary10100101001110011101001100011010000111010111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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