#124549

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

Shades of Cyprus #124549

Tints of Cyprus #124549

Color information

#124549 (or 0x124549) is unknown color: approx Cyprus. HEX triplet: 12, 45 and 49. RGB value is (18,69,73). Sum of RGB (Red+Green+Blue) = 18+69+73=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #124549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124549 is #EDBAB6. Grayscale: #363636. Windows color (decimal): -15579831 or 4801810. OLE color: 4801810.

HSL color Cylindrical-coordinate representation of color #124549: hue angle of 184.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124549 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB186973-
CMYK0.750.0500.71
HSL184.36º60.44%17.84%-
HSV(B)184.36º75.34%28.63%-
XYZ3.584.877.05-
YUV54.21138.6102.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=11.25%
G=43.12%
B=45.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1869730.750.0500.71184.3660.4417.84
Hex1245494B5047b83c12
Octal22105111113501072707422
Binary10010100010110010011001011101010001111011100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124549; }

 p { color: rgb(18,69,73); }

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

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

 a { background-color: rgb(18,69,73); }

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

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

 span { border-color: rgb(18,69,73); }

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