#124F50

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

Shades of Cyprus #124F50

Tints of Cyprus #124F50

Color information

#124F50 (or 0x124F50) is unknown color: approx Cyprus. HEX triplet: 12, 4F and 50. RGB value is (18,79,80). Sum of RGB (Red+Green+Blue) = 18+79+80=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #124F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F50 is #EDB0AF. Grayscale: #3C3C3C. Windows color (decimal): -15577264 or 5263122. OLE color: 5263122.

HSL color Cylindrical-coordinate representation of color #124F50: hue angle of 180.97º 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 #124F50 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB187980-
CMYK0.780.0100.69
HSL180.97º63.27%19.22%-
HSV(B)180.97º77.5%31.37%-
XYZ4.496.38.57-
YUV60.88138.7997.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 79 (31.25% from 255) = 44.63%
BLUE value IS 80 (31.64% from 255) = 45.20%
R=10.17%
G=44.63%
B=45.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879800.780.0100.69180.9763.2719.22
Hex124F504E1045b53f13
Octal22117120116101052657723
Binary100101001111101000010011101010001011011010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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