#124446

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

Shades of Cyprus #124446

Tints of Cyprus #124446

Color information

#124446 (or 0x124446) is unknown color: approx Cyprus. HEX triplet: 12, 44 and 46. RGB value is (18,68,70). Sum of RGB (Red+Green+Blue) = 18+68+70=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #124446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124446 is #EDBBB9. Grayscale: #353535. Windows color (decimal): -15580090 or 4604946. OLE color: 4604946.

HSL color Cylindrical-coordinate representation of color #124446: hue angle of 182.31º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124446 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB186870-
CMYK0.740.0300.73
HSL182.31º59.09%17.25%-
HSV(B)182.31º74.29%27.45%-
XYZ3.424.716.52-
YUV53.28137.44102.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 70 (27.73% from 255) = 44.87%
R=11.54%
G=43.59%
B=44.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868700.740.0300.73182.3159.0917.25
Hex1244464A3049b63b11
Octal22104106112301112667321
Binary1001010001001000110100101011010010011011011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124446; }

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

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

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

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

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

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

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

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