#124F48

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

Shades of Cyprus #124F48

Tints of Cyprus #124F48

Color information

#124F48 (or 0x124F48) is unknown color: approx Cyprus. HEX triplet: 12, 4F and 48. RGB value is (18,79,72). Sum of RGB (Red+Green+Blue) = 18+79+72=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #124F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F48 is #EDB0B7. Grayscale: #3B3B3B. Windows color (decimal): -15577272 or 4738834. OLE color: 4738834.

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

Color convert

RGB187972-
CMYK0.7700.090.69
HSL173.11º62.89%19.02%-
HSV(B)173.11º77.22%30.98%-
XYZ4.226.197.1-
YUV59.96134.7998.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 79 (31.25% from 255) = 46.75%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=10.65%
G=46.75%
B=42.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879720.7700.090.69173.1162.8919.02
Hex124F484D0945ad3f13
Octal221171101150111052557723
Binary100101001111100100010011010100110001011010110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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