Shades of Cyprus #154A4E
Tints of Cyprus #154A4E
RGB
CMYK
RGB Variations
Color information
#154A4E (or 0x154A4E) is known color: Cyprus. HEX triplet: 15, 4A and 4E. RGB value is (21,74,78). Sum of RGB (Red+Green+Blue) = 21+74+78=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #154A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A4E is #EAB5B1. Grayscale: #3A3A3A. Windows color (decimal): -15381938 or 5130773. OLE color: 5130773.
HSL color Cylindrical-coordinate representation of color #154A4E: hue angle of 184.21º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154A4E is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 74 | 78 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.69 |
| HSL | 184.21º | 0.58% | 0.19% | - |
| HSV(B) | 184.21º | 0.73% | 0.31% | - |
| XYZ | 4.13 | 5.61 | 8.07 | - |
| YUV | 58.61 | 138.94 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 78 | 0.73 | 0.05 | 0 | 0.69 | 184.21 | 0.58 | 0.19 |
| Hex | 15 | 4A | 4E | 49 | 5 | 0 | 45 | B8 | 3A | 13 |
| Octal | 25 | 112 | 116 | 111 | 5 | 0 | 105 | 270 | 72 | 23 |
| Binary | 10101 | 1001010 | 1001110 | 1001001 | 101 | 0 | 1000101 | 10111000 | 111010 | 10011 |
Color Harmonies of #154A4E
Complementary color
Monochromatic Colors of #154A4E
Black with #154A4E
Text Example
Text Example
White with #154A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A4E; }
p { color: rgb(21,74,78); }
H1.HeaderClassName
{
color: #154A4E;
}
.AnyTagClassName
{
color: #154A4E;
}
</style>
background-color css
<style>
a { background-color: #154A4E; }
a { background-color: rgb(21,74,78); }
div.DivClassName
{
background-color: #154A4E;
}
.BgClassName
{
background-color: #154A4E;
}
</style>
border-color css
<style>
span { border-color: #154A4E; }
span { border-color: rgb(21,74,78); }
td.TdClassName
{
border-color: #154A4E;
}
.TagClassName
{
border-color: #154A4E;
}
</style>