#12474C

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

Shades of Cyprus #12474C

Tints of Cyprus #12474C

Color information

#12474C (or 0x12474C) is unknown color: approx Cyprus. HEX triplet: 12, 47 and 4C. RGB value is (18,71,76). Sum of RGB (Red+Green+Blue) = 18+71+76=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #12474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12474C is #EDB8B3. Grayscale: #373737. Windows color (decimal): -15579316 or 4998930. OLE color: 4998930.

HSL color Cylindrical-coordinate representation of color #12474C: hue angle of 185.17º 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 #12474C is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB187176-
CMYK0.760.0700.70
HSL185.17º61.7%18.43%-
HSV(B)185.17º76.32%29.8%-
XYZ3.815.167.63-
YUV55.72139.44101.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=10.91%
G=43.03%
B=46.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1871760.760.0700.70185.1761.718.43
Hex12474C4C7046b93e12
Octal22107114114701062717622
Binary10010100011110011001001100111010001101011100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12474C; }

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

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

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

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

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

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

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

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