Shades of Cyprus #154D50
Tints of Cyprus #154D50
RGB
CMYK
RGB Variations
Color information
#154D50 (or 0x154D50) is known color: Cyprus. HEX triplet: 15, 4D and 50. RGB value is (21,77,80). Sum of RGB (Red+Green+Blue) = 21+77+80=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #154D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D50 is #EAB2AF. Grayscale: #3C3C3C. Windows color (decimal): -15381168 or 5262613. OLE color: 5262613.
HSL color Cylindrical-coordinate representation of color #154D50: hue angle of 183.05º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #154D50 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 77 | 80 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.69 |
| HSL | 183.05º | 0.58% | 0.2% | - |
| HSV(B) | 183.05º | 0.74% | 0.31% | - |
| XYZ | 4.41 | 6.05 | 8.52 | - |
| YUV | 60.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 80 | 0.74 | 0.04 | 0 | 0.69 | 183.05 | 0.58 | 0.2 |
| Hex | 15 | 4D | 50 | 4A | 4 | 0 | 45 | B7 | 3A | 14 |
| Octal | 25 | 115 | 120 | 112 | 4 | 0 | 105 | 267 | 72 | 24 |
| Binary | 10101 | 1001101 | 1010000 | 1001010 | 100 | 0 | 1000101 | 10110111 | 111010 | 10100 |
Color Harmonies of #154D50
Complementary color
Monochromatic Colors of #154D50
Black with #154D50
Text Example
Text Example
White with #154D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D50; }
p { color: rgb(21,77,80); }
H1.HeaderClassName
{
color: #154D50;
}
.AnyTagClassName
{
color: #154D50;
}
</style>
background-color css
<style>
a { background-color: #154D50; }
a { background-color: rgb(21,77,80); }
div.DivClassName
{
background-color: #154D50;
}
.BgClassName
{
background-color: #154D50;
}
</style>
border-color css
<style>
span { border-color: #154D50; }
span { border-color: rgb(21,77,80); }
td.TdClassName
{
border-color: #154D50;
}
.TagClassName
{
border-color: #154D50;
}
</style>