#124D4D

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

Shades of Cyprus #124D4D

Tints of Cyprus #124D4D

Color information

#124D4D (or 0x124D4D) is unknown color: approx Cyprus. HEX triplet: 12, 4D and 4D. RGB value is (18,77,77). Sum of RGB (Red+Green+Blue) = 18+77+77=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: green, blue. Hex color #124D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D4D is #EDB2B2. Grayscale: #3B3B3B. Windows color (decimal): -15577779 or 5066002. OLE color: 5066002.

HSL color Cylindrical-coordinate representation of color #124D4D: hue angle of 180º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D4D is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB187777-
CMYK0.77000.70
HSL180º62.11%18.63%-
HSV(B)180º76.62%30.2%-
XYZ4.245.977.95-
YUV59.36137.9598.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 77 (30.47% from 255) = 44.77%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=10.47%
G=44.77%
B=44.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1877770.77000.7018062.1118.63
Hex124D4D4D0046b43e13
Octal22115115115001062647623
Binary100101001101100110110011010010001101011010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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