#124447

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

Shades of Cyprus #124447

Tints of Cyprus #124447

Color information

#124447 (or 0x124447) is unknown color: approx Cyprus. HEX triplet: 12, 44 and 47. RGB value is (18,68,71). Sum of RGB (Red+Green+Blue) = 18+68+71=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #124447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124447 is #EDBBB8. Grayscale: #353535. Windows color (decimal): -15580089 or 4670482. OLE color: 4670482.

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

Color convert

RGB186871-
CMYK0.750.0400.72
HSL183.4º59.55%17.45%-
HSV(B)183.4º74.65%27.84%-
XYZ3.454.726.69-
YUV53.39137.94102.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 68 (26.95% from 255) = 43.31%
BLUE value IS 71 (28.12% from 255) = 45.22%
R=11.46%
G=43.31%
B=45.22%

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
Decimal1868710.750.0400.72183.459.5517.45
Hex1244474B4048b73c11
Octal22104107113401102677421
Binary10010100010010001111001011100010010001011011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124447; }

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

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

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

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

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

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

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

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