#124F47

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

Shades of Cyprus #124F47

Tints of Cyprus #124F47

Color information

#124F47 (or 0x124F47) is unknown color: approx Cyprus. HEX triplet: 12, 4F and 47. RGB value is (18,79,71). Sum of RGB (Red+Green+Blue) = 18+79+71=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #124F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F47 is #EDB0B8. Grayscale: #3B3B3B. Windows color (decimal): -15577273 or 4673298. OLE color: 4673298.

HSL color Cylindrical-coordinate representation of color #124F47: hue angle of 172.13º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F47 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB187971-
CMYK0.7700.100.69
HSL172.13º62.89%19.02%-
HSV(B)172.13º77.22%30.98%-
XYZ4.186.186.93-
YUV59.85134.2998.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 71 (28.12% from 255) = 42.26%
R=10.71%
G=47.02%
B=42.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879710.7700.100.69172.1362.8919.02
Hex124F474D0A45ac3f13
Octal221171071150121052547723
Binary100101001111100011110011010101010001011010110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124F47; }

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

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

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

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

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

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

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

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