Shades of Cyprus #154F53
Tints of Cyprus #154F53
RGB
CMYK
RGB Variations
Color information
#154F53 (or 0x154F53) is known color: Cyprus. HEX triplet: 15, 4F and 53. RGB value is (21,79,83). Sum of RGB (Red+Green+Blue) = 21+79+83=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #154F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F53 is #EAB0AC. Grayscale: #3E3E3E. Windows color (decimal): -15380653 or 5459733. OLE color: 5459733.
HSL color Cylindrical-coordinate representation of color #154F53: hue angle of 183.87º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154F53 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 79 | 83 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.67 |
| HSL | 183.87º | 0.6% | 0.2% | - |
| HSV(B) | 183.87º | 0.75% | 0.33% | - |
| XYZ | 4.67 | 6.38 | 9.17 | - |
| YUV | 62.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 83 | 0.75 | 0.05 | 0 | 0.67 | 183.87 | 0.6 | 0.2 |
| Hex | 15 | 4F | 53 | 4B | 5 | 0 | 43 | B8 | 3C | 14 |
| Octal | 25 | 117 | 123 | 113 | 5 | 0 | 103 | 270 | 74 | 24 |
| Binary | 10101 | 1001111 | 1010011 | 1001011 | 101 | 0 | 1000011 | 10111000 | 111100 | 10100 |
Color Harmonies of #154F53
Complementary color
Monochromatic Colors of #154F53
Black with #154F53
Text Example
Text Example
White with #154F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F53; }
p { color: rgb(21,79,83); }
H1.HeaderClassName
{
color: #154F53;
}
.AnyTagClassName
{
color: #154F53;
}
</style>
background-color css
<style>
a { background-color: #154F53; }
a { background-color: rgb(21,79,83); }
div.DivClassName
{
background-color: #154F53;
}
.BgClassName
{
background-color: #154F53;
}
</style>
border-color css
<style>
span { border-color: #154F53; }
span { border-color: rgb(21,79,83); }
td.TdClassName
{
border-color: #154F53;
}
.TagClassName
{
border-color: #154F53;
}
</style>