#124548

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

Shades of Cyprus #124548

Tints of Cyprus #124548

Color information

#124548 (or 0x124548) is unknown color: approx Cyprus. HEX triplet: 12, 45 and 48. RGB value is (18,69,72). Sum of RGB (Red+Green+Blue) = 18+69+72=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #124548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124548 is #EDBAB7. Grayscale: #363636. Windows color (decimal): -15579832 or 4736274. OLE color: 4736274.

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

Color convert

RGB186972-
CMYK0.750.0400.72
HSL183.33º60%17.65%-
HSV(B)183.33º75%28.24%-
XYZ3.554.856.88-
YUV54.09138.1102.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 72 (28.52% from 255) = 45.28%
R=11.32%
G=43.40%
B=45.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1869720.750.0400.72183.336017.65
Hex1245484B4048b73c12
Octal22105110113401102677422
Binary10010100010110010001001011100010010001011011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124548; }

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

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

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

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

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

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

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

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