#14534C

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

Shades of Cyprus #14534C

Tints of Cyprus #14534C

Color information

#14534C (or 0x14534C) is unknown color: approx Cyprus. HEX triplet: 14, 53 and 4C. RGB value is (20,83,76). Sum of RGB (Red+Green+Blue) = 20+83+76=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #14534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14534C is #EBACB3. Grayscale: #3F3F3F. Windows color (decimal): -15445172 or 5002004. OLE color: 5002004.

HSL color Cylindrical-coordinate representation of color #14534C: hue angle of 173.33º 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 #14534C is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB208376-
CMYK0.7600.080.67
HSL173.33º61.17%20.2%-
HSV(B)173.33º75.9%32.55%-
XYZ4.696.867.91-
YUV63.36135.1397.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 83 (32.81% from 255) = 46.37%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=11.17%
G=46.37%
B=42.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083760.7600.080.67173.3361.1720.2
Hex14534C4C0843ad3d14
Octal241231141140101032557524
Binary101001010011100110010011000100010000111010110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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