#124951

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

Shades of Cyprus #124951

Tints of Cyprus #124951

Color information

#124951 (or 0x124951) is unknown color: approx Cyprus. HEX triplet: 12, 49 and 51. RGB value is (18,73,81). Sum of RGB (Red+Green+Blue) = 18+73+81=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #124951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124951 is #EDB6AE. Grayscale: #393939. Windows color (decimal): -15578799 or 5327122. OLE color: 5327122.

HSL color Cylindrical-coordinate representation of color #124951: hue angle of 187.62º 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 #124951 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB187381-
CMYK0.780.1000.68
HSL187.62º63.64%19.41%-
HSV(B)187.62º77.78%31.76%-
XYZ4.125.498.63-
YUV57.47141.2899.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 73 (28.91% from 255) = 42.44%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=10.47%
G=42.44%
B=47.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1873810.780.1000.68187.6263.6419.41
Hex1249514EA044bc4013
Octal2211112111612010427410023
Binary1001010010011010001100111010100100010010111100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124951; }

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

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

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

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

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

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

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

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