Shades of Cyprus #154D4A
Tints of Cyprus #154D4A
RGB
CMYK
RGB Variations
Color information
#154D4A (or 0x154D4A) is known color: Cyprus. HEX triplet: 15, 4D and 4A. RGB value is (21,77,74). Sum of RGB (Red+Green+Blue) = 21+77+74=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #154D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154D4A is #EAB2B5. Grayscale: #3B3B3B. Windows color (decimal): -15381174 or 4869397. OLE color: 4869397.
HSL color Cylindrical-coordinate representation of color #154D4A: hue angle of 176.79º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154D4A is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 77 | 74 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.70 |
| HSL | 176.79º | 0.57% | 0.19% | - |
| HSV(B) | 176.79º | 0.73% | 0.3% | - |
| XYZ | 4.2 | 5.96 | 7.41 | - |
| YUV | 59.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 74 | 0.73 | 0 | 0.04 | 0.70 | 176.79 | 0.57 | 0.19 |
| Hex | 15 | 4D | 4A | 49 | 0 | 4 | 46 | B1 | 39 | 13 |
| Octal | 25 | 115 | 112 | 111 | 0 | 4 | 106 | 261 | 71 | 23 |
| Binary | 10101 | 1001101 | 1001010 | 1001001 | 0 | 100 | 1000110 | 10110001 | 111001 | 10011 |
Color Harmonies of #154D4A
Complementary color
Monochromatic Colors of #154D4A
Black with #154D4A
Text Example
Text Example
White with #154D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D4A; }
p { color: rgb(21,77,74); }
H1.HeaderClassName
{
color: #154D4A;
}
.AnyTagClassName
{
color: #154D4A;
}
</style>
background-color css
<style>
a { background-color: #154D4A; }
a { background-color: rgb(21,77,74); }
div.DivClassName
{
background-color: #154D4A;
}
.BgClassName
{
background-color: #154D4A;
}
</style>
border-color css
<style>
span { border-color: #154D4A; }
span { border-color: rgb(21,77,74); }
td.TdClassName
{
border-color: #154D4A;
}
.TagClassName
{
border-color: #154D4A;
}
</style>