#12544A

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

Shades of Cyprus #12544A

Tints of Cyprus #12544A

Color information

#12544A (or 0x12544A) is unknown color: approx Cyprus. HEX triplet: 12, 54 and 4A. RGB value is (18,84,74). Sum of RGB (Red+Green+Blue) = 18+84+74=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #12544A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12544A is #EDABB5. Grayscale: #3F3F3F. Windows color (decimal): -15575990 or 4871186. OLE color: 4871186.

HSL color Cylindrical-coordinate representation of color #12544A: hue angle of 170.91º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12544A is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB188474-
CMYK0.7900.120.67
HSL170.91º64.71%20%-
HSV(B)170.91º78.57%32.94%-
XYZ4.666.967.58-
YUV63.13134.1395.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=10.23%
G=47.73%
B=42.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884740.7900.120.67170.9164.7120
Hex12544A4F0C43ab4114
Octal2212411211701410325310124
Binary1001010101001001010100111101100100001110101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12544A; }

 p { color: rgb(18,84,74); }

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

<style>
 a { background-color: #12544A; }

 a { background-color: rgb(18,84,74); }

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

<style>
 span { border-color: #12544A; }

 span { border-color: rgb(18,84,74); }

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