Shades of Cyprus #154A50
Tints of Cyprus #154A50
RGB
CMYK
RGB Variations
Color information
#154A50 (or 0x154A50) is known color: Cyprus. HEX triplet: 15, 4A and 50. RGB value is (21,74,80). Sum of RGB (Red+Green+Blue) = 21+74+80=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #154A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A50 is #EAB5AF. Grayscale: #3A3A3A. Windows color (decimal): -15381936 or 5261845. OLE color: 5261845.
HSL color Cylindrical-coordinate representation of color #154A50: hue angle of 186.1º 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 #154A50 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 74 | 80 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.69 |
| HSL | 186.1º | 0.58% | 0.2% | - |
| HSV(B) | 186.1º | 0.74% | 0.31% | - |
| XYZ | 4.21 | 5.64 | 8.46 | - |
| YUV | 58.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 80 | 0.74 | 0.08 | 0 | 0.69 | 186.1 | 0.58 | 0.2 |
| Hex | 15 | 4A | 50 | 4A | 8 | 0 | 45 | BA | 3A | 14 |
| Octal | 25 | 112 | 120 | 112 | 10 | 0 | 105 | 272 | 72 | 24 |
| Binary | 10101 | 1001010 | 1010000 | 1001010 | 1000 | 0 | 1000101 | 10111010 | 111010 | 10100 |
Color Harmonies of #154A50
Complementary color
Monochromatic Colors of #154A50
Black with #154A50
Text Example
Text Example
White with #154A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A50; }
p { color: rgb(21,74,80); }
H1.HeaderClassName
{
color: #154A50;
}
.AnyTagClassName
{
color: #154A50;
}
</style>
background-color css
<style>
a { background-color: #154A50; }
a { background-color: rgb(21,74,80); }
div.DivClassName
{
background-color: #154A50;
}
.BgClassName
{
background-color: #154A50;
}
</style>
border-color css
<style>
span { border-color: #154A50; }
span { border-color: rgb(21,74,80); }
td.TdClassName
{
border-color: #154A50;
}
.TagClassName
{
border-color: #154A50;
}
</style>