#124849

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

Shades of Cyprus #124849

Tints of Cyprus #124849

Color information

#124849 (or 0x124849) is unknown color: approx Cyprus. HEX triplet: 12, 48 and 49. RGB value is (18,72,73). Sum of RGB (Red+Green+Blue) = 18+72+73=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #124849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124849 is #EDB7B6. Grayscale: #373737. Windows color (decimal): -15579063 or 4802578. OLE color: 4802578.

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

Color convert

RGB187273-
CMYK0.750.0100.71
HSL181.09º60.44%17.84%-
HSV(B)181.09º75.34%28.63%-
XYZ3.775.247.12-
YUV55.97137.61100.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=11.04%
G=44.17%
B=44.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1872730.750.0100.71181.0960.4417.84
Hex1248494B1047b53c12
Octal22110111113101072657422
Binary100101001000100100110010111010001111011010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124849; }

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

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

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

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

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

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

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

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