#12534D

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

Shades of Cyprus #12534D

Tints of Cyprus #12534D

Color information

#12534D (or 0x12534D) is unknown color: approx Cyprus. HEX triplet: 12, 53 and 4D. RGB value is (18,83,77). Sum of RGB (Red+Green+Blue) = 18+83+77=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #12534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12534D is #EDACB2. Grayscale: #3E3E3E. Windows color (decimal): -15576243 or 5067538. OLE color: 5067538.

HSL color Cylindrical-coordinate representation of color #12534D: hue angle of 174.46º 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 #12534D is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB188377-
CMYK0.7800.070.67
HSL174.46º64.36%19.8%-
HSV(B)174.46º78.31%32.55%-
XYZ4.686.858.1-
YUV62.88135.9795.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=10.11%
G=46.63%
B=43.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883770.7800.070.67174.4664.3619.8
Hex12534D4E0743ae4014
Octal221231151160710325610024
Binary100101010011100110110011100111100001110101110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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