Shades of Cyprus #154C4E
Tints of Cyprus #154C4E
RGB
CMYK
RGB Variations
Color information
#154C4E (or 0x154C4E) is known color: Cyprus. HEX triplet: 15, 4C and 4E. RGB value is (21,76,78). Sum of RGB (Red+Green+Blue) = 21+76+78=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #154C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C4E is #EAB3B1. Grayscale: #3B3B3B. Windows color (decimal): -15381426 or 5131285. OLE color: 5131285.
HSL color Cylindrical-coordinate representation of color #154C4E: hue angle of 182.11º 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 #154C4E is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 76 | 78 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.69 |
| HSL | 182.11º | 0.58% | 0.19% | - |
| HSV(B) | 182.11º | 0.73% | 0.31% | - |
| XYZ | 4.27 | 5.88 | 8.12 | - |
| YUV | 59.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 78 | 0.73 | 0.03 | 0 | 0.69 | 182.11 | 0.58 | 0.19 |
| Hex | 15 | 4C | 4E | 49 | 3 | 0 | 45 | B6 | 3A | 13 |
| Octal | 25 | 114 | 116 | 111 | 3 | 0 | 105 | 266 | 72 | 23 |
| Binary | 10101 | 1001100 | 1001110 | 1001001 | 11 | 0 | 1000101 | 10110110 | 111010 | 10011 |
Color Harmonies of #154C4E
Complementary color
Monochromatic Colors of #154C4E
Black with #154C4E
Text Example
Text Example
White with #154C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C4E; }
p { color: rgb(21,76,78); }
H1.HeaderClassName
{
color: #154C4E;
}
.AnyTagClassName
{
color: #154C4E;
}
</style>
background-color css
<style>
a { background-color: #154C4E; }
a { background-color: rgb(21,76,78); }
div.DivClassName
{
background-color: #154C4E;
}
.BgClassName
{
background-color: #154C4E;
}
</style>
border-color css
<style>
span { border-color: #154C4E; }
span { border-color: rgb(21,76,78); }
td.TdClassName
{
border-color: #154C4E;
}
.TagClassName
{
border-color: #154C4E;
}
</style>