Shades of Cyprus #154C4F
Tints of Cyprus #154C4F
RGB
CMYK
RGB Variations
Color information
#154C4F (or 0x154C4F) is known color: Cyprus. HEX triplet: 15, 4C and 4F. RGB value is (21,76,79). Sum of RGB (Red+Green+Blue) = 21+76+79=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #154C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C4F is #EAB3B0. Grayscale: #3B3B3B. Windows color (decimal): -15381425 or 5196821. OLE color: 5196821.
HSL color Cylindrical-coordinate representation of color #154C4F: hue angle of 183.1º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154C4F is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 76 | 79 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.69 |
| HSL | 183.1º | 0.58% | 0.2% | - |
| HSV(B) | 183.1º | 0.73% | 0.31% | - |
| XYZ | 4.3 | 5.89 | 8.31 | - |
| YUV | 59.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 79 | 0.73 | 0.04 | 0 | 0.69 | 183.1 | 0.58 | 0.2 |
| Hex | 15 | 4C | 4F | 49 | 4 | 0 | 45 | B7 | 3A | 14 |
| Octal | 25 | 114 | 117 | 111 | 4 | 0 | 105 | 267 | 72 | 24 |
| Binary | 10101 | 1001100 | 1001111 | 1001001 | 100 | 0 | 1000101 | 10110111 | 111010 | 10100 |
Color Harmonies of #154C4F
Complementary color
Monochromatic Colors of #154C4F
Black with #154C4F
Text Example
Text Example
White with #154C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C4F; }
p { color: rgb(21,76,79); }
H1.HeaderClassName
{
color: #154C4F;
}
.AnyTagClassName
{
color: #154C4F;
}
</style>
background-color css
<style>
a { background-color: #154C4F; }
a { background-color: rgb(21,76,79); }
div.DivClassName
{
background-color: #154C4F;
}
.BgClassName
{
background-color: #154C4F;
}
</style>
border-color css
<style>
span { border-color: #154C4F; }
span { border-color: rgb(21,76,79); }
td.TdClassName
{
border-color: #154C4F;
}
.TagClassName
{
border-color: #154C4F;
}
</style>