#124F4D

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

Shades of Cyprus #124F4D

Tints of Cyprus #124F4D

Color information

#124F4D (or 0x124F4D) is unknown color: approx Cyprus. HEX triplet: 12, 4F and 4D. RGB value is (18,79,77). Sum of RGB (Red+Green+Blue) = 18+79+77=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #124F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F4D is #EDB0B2. Grayscale: #3C3C3C. Windows color (decimal): -15577267 or 5066514. OLE color: 5066514.

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

Color convert

RGB187977-
CMYK0.7700.030.69
HSL178.03º62.89%19.02%-
HSV(B)178.03º77.22%30.98%-
XYZ4.386.268-
YUV60.53137.2997.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=10.34%
G=45.40%
B=44.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879770.7700.030.69178.0362.8919.02
Hex124F4D4D0345b23f13
Octal22117115115031052627723
Binary1001010011111001101100110101110001011011001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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