#124647

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

Shades of Cyprus #124647

Tints of Cyprus #124647

Color information

#124647 (or 0x124647) is unknown color: approx Cyprus. HEX triplet: 12, 46 and 47. RGB value is (18,70,71). Sum of RGB (Red+Green+Blue) = 18+70+71=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #124647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124647 is #EDB9B8. Grayscale: #363636. Windows color (decimal): -15579577 or 4670994. OLE color: 4670994.

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

Color convert

RGB187071-
CMYK0.750.0100.72
HSL181.13º59.55%17.45%-
HSV(B)181.13º74.65%27.84%-
XYZ3.584.966.73-
YUV54.57137.27101.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 71 (28.12% from 255) = 44.65%
R=11.32%
G=44.03%
B=44.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1870710.750.0100.72181.1359.5517.45
Hex1246474B1048b53c11
Octal22106107113101102657421
Binary100101000110100011110010111010010001011010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124647; }

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

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

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

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

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

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

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

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