Shades of Cyprus #154F48
Tints of Cyprus #154F48
RGB
CMYK
RGB Variations
Color information
#154F48 (or 0x154F48) is known color: Cyprus. HEX triplet: 15, 4F and 48. RGB value is (21,79,72). Sum of RGB (Red+Green+Blue) = 21+79+72=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #154F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F48 is #EAB0B7. Grayscale: #3C3C3C. Windows color (decimal): -15380664 or 4738837. OLE color: 4738837.
HSL color Cylindrical-coordinate representation of color #154F48: hue angle of 172.76º 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 #154F48 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 79 | 72 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.69 |
| HSL | 172.76º | 0.58% | 0.2% | - |
| HSV(B) | 172.76º | 0.73% | 0.31% | - |
| XYZ | 4.27 | 6.22 | 7.11 | - |
| YUV | 60.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 72 | 0.73 | 0 | 0.09 | 0.69 | 172.76 | 0.58 | 0.2 |
| Hex | 15 | 4F | 48 | 49 | 0 | 9 | 45 | AD | 3A | 14 |
| Octal | 25 | 117 | 110 | 111 | 0 | 11 | 105 | 255 | 72 | 24 |
| Binary | 10101 | 1001111 | 1001000 | 1001001 | 0 | 1001 | 1000101 | 10101101 | 111010 | 10100 |
Color Harmonies of #154F48
Complementary color
Monochromatic Colors of #154F48
Black with #154F48
Text Example
Text Example
White with #154F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F48; }
p { color: rgb(21,79,72); }
H1.HeaderClassName
{
color: #154F48;
}
.AnyTagClassName
{
color: #154F48;
}
</style>
background-color css
<style>
a { background-color: #154F48; }
a { background-color: rgb(21,79,72); }
div.DivClassName
{
background-color: #154F48;
}
.BgClassName
{
background-color: #154F48;
}
</style>
border-color css
<style>
span { border-color: #154F48; }
span { border-color: rgb(21,79,72); }
td.TdClassName
{
border-color: #154F48;
}
.TagClassName
{
border-color: #154F48;
}
</style>