#124C51

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

Shades of Cyprus #124C51

Tints of Cyprus #124C51

Color information

#124C51 (or 0x124C51) is unknown color: approx Cyprus. HEX triplet: 12, 4C and 51. RGB value is (18,76,81). Sum of RGB (Red+Green+Blue) = 18+76+81=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #124C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C51 is #EDB3AE. Grayscale: #3B3B3B. Windows color (decimal): -15578031 or 5327890. OLE color: 5327890.

HSL color Cylindrical-coordinate representation of color #124C51: hue angle of 184.76º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124C51 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB187681-
CMYK0.780.0600.68
HSL184.76º63.64%19.41%-
HSV(B)184.76º77.78%31.76%-
XYZ4.325.898.69-
YUV59.23140.2898.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 76 (30.08% from 255) = 43.43%
BLUE value IS 81 (32.03% from 255) = 46.29%
R=10.29%
G=43.43%
B=46.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1876810.780.0600.68184.7663.6419.41
Hex124C514E6044b94013
Octal221141211166010427110023
Binary100101001100101000110011101100100010010111001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,76,81); }

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

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

 a { background-color: rgb(18,76,81); }

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

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

 span { border-color: rgb(18,76,81); }

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