#14524C

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

Shades of Cyprus #14524C

Tints of Cyprus #14524C

Color information

#14524C (or 0x14524C) is unknown color: approx Cyprus. HEX triplet: 14, 52 and 4C. RGB value is (20,82,76). Sum of RGB (Red+Green+Blue) = 20+82+76=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #14524C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14524C is #EBADB3. Grayscale: #3E3E3E. Windows color (decimal): -15445428 or 5001748. OLE color: 5001748.

HSL color Cylindrical-coordinate representation of color #14524C: hue angle of 174.19º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14524C is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB208276-
CMYK0.7600.070.68
HSL174.19º60.78%20%-
HSV(B)174.19º75.61%32.16%-
XYZ4.616.717.89-
YUV62.78135.4697.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=11.24%
G=46.07%
B=42.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2082760.7600.070.68174.1960.7820
Hex14524C4C0744ae3d14
Octal24122114114071042567524
Binary10100101001010011001001100011110001001010111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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