Shades of Cyprus #154C48
Tints of Cyprus #154C48
RGB
CMYK
RGB Variations
Color information
#154C48 (or 0x154C48) is known color: Cyprus. HEX triplet: 15, 4C and 48. RGB value is (21,76,72). Sum of RGB (Red+Green+Blue) = 21+76+72=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #154C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C48 is #EAB3B7. Grayscale: #3B3B3B. Windows color (decimal): -15381432 or 4738069. OLE color: 4738069.
HSL color Cylindrical-coordinate representation of color #154C48: hue angle of 175.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154C48 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 76 | 72 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.70 |
| HSL | 175.64º | 0.57% | 0.19% | - |
| HSV(B) | 175.64º | 0.72% | 0.3% | - |
| XYZ | 4.06 | 5.8 | 7.04 | - |
| YUV | 59.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 72 | 0.72 | 0 | 0.05 | 0.70 | 175.64 | 0.57 | 0.19 |
| Hex | 15 | 4C | 48 | 48 | 0 | 5 | 46 | B0 | 39 | 13 |
| Octal | 25 | 114 | 110 | 110 | 0 | 5 | 106 | 260 | 71 | 23 |
| Binary | 10101 | 1001100 | 1001000 | 1001000 | 0 | 101 | 1000110 | 10110000 | 111001 | 10011 |
Color Harmonies of #154C48
Complementary color
Monochromatic Colors of #154C48
Black with #154C48
Text Example
Text Example
White with #154C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C48; }
p { color: rgb(21,76,72); }
H1.HeaderClassName
{
color: #154C48;
}
.AnyTagClassName
{
color: #154C48;
}
</style>
background-color css
<style>
a { background-color: #154C48; }
a { background-color: rgb(21,76,72); }
div.DivClassName
{
background-color: #154C48;
}
.BgClassName
{
background-color: #154C48;
}
</style>
border-color css
<style>
span { border-color: #154C48; }
span { border-color: rgb(21,76,72); }
td.TdClassName
{
border-color: #154C48;
}
.TagClassName
{
border-color: #154C48;
}
</style>