#12534A

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

Shades of Cyprus #12534A

Tints of Cyprus #12534A

Color information

#12534A (or 0x12534A) is unknown color: approx Cyprus. HEX triplet: 12, 53 and 4A. RGB value is (18,83,74). Sum of RGB (Red+Green+Blue) = 18+83+74=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #12534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12534A is #EDACB5. Grayscale: #3E3E3E. Windows color (decimal): -15576246 or 4870930. OLE color: 4870930.

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

Color convert

RGB188374-
CMYK0.7800.110.67
HSL171.69º64.36%19.8%-
HSV(B)171.69º78.31%32.55%-
XYZ4.586.817.55-
YUV62.54134.4796.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=10.29%
G=47.43%
B=42.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883740.7800.110.67171.6964.3619.8
Hex12534A4E0B43ac4014
Octal2212311211601310325410024
Binary1001010100111001010100111001011100001110101100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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