#124742

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

Shades of Cyprus #124742

Tints of Cyprus #124742

Color information

#124742 (or 0x124742) is unknown color: approx Cyprus. HEX triplet: 12, 47 and 42. RGB value is (18,71,66). Sum of RGB (Red+Green+Blue) = 18+71+66=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #124742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124742 is #EDB8BD. Grayscale: #363636. Windows color (decimal): -15579326 or 4343570. OLE color: 4343570.

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

Color convert

RGB187166-
CMYK0.7500.070.72
HSL174.34º59.55%17.45%-
HSV(B)174.34º74.65%27.84%-
XYZ3.495.035.94-
YUV54.58134.44101.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 66 (26.17% from 255) = 42.58%
R=11.61%
G=45.81%
B=42.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871660.7500.070.72174.3459.5517.45
Hex1247424B0748ae3c11
Octal22107102113071102567421
Binary10010100011110000101001011011110010001010111011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124742; }

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

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

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

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

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

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

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

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