#124749

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

Shades of Cyprus #124749

Tints of Cyprus #124749

Color information

#124749 (or 0x124749) is unknown color: approx Cyprus. HEX triplet: 12, 47 and 49. RGB value is (18,71,73). Sum of RGB (Red+Green+Blue) = 18+71+73=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #124749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124749 is #EDB8B6. Grayscale: #373737. Windows color (decimal): -15579319 or 4802322. OLE color: 4802322.

HSL color Cylindrical-coordinate representation of color #124749: hue angle of 182.18º 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 #124749 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB187173-
CMYK0.750.0300.71
HSL182.18º60.44%17.84%-
HSV(B)182.18º75.34%28.63%-
XYZ3.715.127.1-
YUV55.38137.94101.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=11.11%
G=43.83%
B=45.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1871730.750.0300.71182.1860.4417.84
Hex1247494B3047b63c12
Octal22107111113301072667422
Binary1001010001111001001100101111010001111011011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124749; }

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

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

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

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

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

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

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

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