Shades of Cyprus #12524C
Tints of Cyprus #12524C
RGB
CMYK
RGB Variations
Color information
#12524C (or 0x12524C) is known color: Cyprus. HEX triplet: 12, 52 and 4C. RGB value is (18,82,76). Sum of RGB (Red+Green+Blue) = 18+82+76=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #12524C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12524C is #EDADB3. Grayscale: #3E3E3E. Windows color (decimal): -15576500 or 5001746. OLE color: 5001746.
HSL color Cylindrical-coordinate representation of color #12524C: hue angle of 174.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12524C is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 82 | 76 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.68 |
| HSL | 174.38º | 0.64% | 0.2% | - |
| HSV(B) | 174.38º | 0.78% | 0.32% | - |
| XYZ | 4.57 | 6.68 | 7.89 | - |
| YUV | 62.18 | 135.8 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 76 | 0.78 | 0 | 0.07 | 0.68 | 174.38 | 0.64 | 0.2 |
| Hex | 12 | 52 | 4C | 4E | 0 | 7 | 44 | AE | 40 | 14 |
| Octal | 22 | 122 | 114 | 116 | 0 | 7 | 104 | 256 | 100 | 24 |
| Binary | 10010 | 1010010 | 1001100 | 1001110 | 0 | 111 | 1000100 | 10101110 | 1000000 | 10100 |
Color Harmonies of #12524C
Complementary color
Monochromatic Colors of #12524C
Black with #12524C
Text Example
Text Example
White with #12524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12524C; }
p { color: rgb(18,82,76); }
H1.HeaderClassName
{
color: #12524C;
}
.AnyTagClassName
{
color: #12524C;
}
</style>
background-color css
<style>
a { background-color: #12524C; }
a { background-color: rgb(18,82,76); }
div.DivClassName
{
background-color: #12524C;
}
.BgClassName
{
background-color: #12524C;
}
</style>
border-color css
<style>
span { border-color: #12524C; }
span { border-color: rgb(18,82,76); }
td.TdClassName
{
border-color: #12524C;
}
.TagClassName
{
border-color: #12524C;
}
</style>