Shades of Cyprus #12474C
Tints of Cyprus #12474C
RGB
CMYK
RGB Variations
Color information
#12474C (or 0x12474C) is known color: 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
| RGB | 18 | 71 | 76 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.70 |
| HSL | 185.17º | 0.62% | 0.18% | - |
| HSV(B) | 185.17º | 0.76% | 0.3% | - |
| XYZ | 3.81 | 5.16 | 7.63 | - |
| YUV | 55.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 76 | 0.76 | 0.07 | 0 | 0.70 | 185.17 | 0.62 | 0.18 |
| Hex | 12 | 47 | 4C | 4C | 7 | 0 | 46 | B9 | 3E | 12 |
| Octal | 22 | 107 | 114 | 114 | 7 | 0 | 106 | 271 | 76 | 22 |
| Binary | 10010 | 1000111 | 1001100 | 1001100 | 111 | 0 | 1000110 | 10111001 | 111110 | 10010 |
Color Harmonies of #12474C
Complementary color
Monochromatic Colors of #12474C
Black with #12474C
Text Example
Text Example
White with #12474C
Text Example
Text Example
HTML Codes & Css Web 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>