#124A4C

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

Shades of Cyprus #124A4C

Tints of Cyprus #124A4C

Color information

#124A4C (or 0x124A4C) is unknown color: approx Cyprus. HEX triplet: 12, 4A and 4C. RGB value is (18,74,76). Sum of RGB (Red+Green+Blue) = 18+74+76=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #124A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A4C is #EDB5B3. Grayscale: #393939. Windows color (decimal): -15578548 or 4999698. OLE color: 4999698.

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

Color convert

RGB187476-
CMYK0.760.0300.70
HSL182.07º61.7%18.43%-
HSV(B)182.07º76.32%29.8%-
XYZ45.557.7-
YUV57.48138.4599.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 74 (29.30% from 255) = 44.05%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=10.71%
G=44.05%
B=45.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1874760.760.0300.70182.0761.718.43
Hex124A4C4C3046b63e12
Octal22112114114301062667622
Binary1001010010101001100100110011010001101011011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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