Shades of Cyprus #154848
Tints of Cyprus #154848
RGB
CMYK
RGB Variations
Color information
#154848 (or 0x154848) is known color: Cyprus. HEX triplet: 15, 48 and 48. RGB value is (21,72,72). Sum of RGB (Red+Green+Blue) = 21+72+72=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #154848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154848 is #EAB7B7. Grayscale: #383838. Windows color (decimal): -15382456 or 4737045. OLE color: 4737045.
HSL color Cylindrical-coordinate representation of color #154848: hue angle of 180º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154848 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 72 | 72 | - |
| CMYK | 0.71 | 0 | 0 | 0.72 |
| HSL | 180º | 0.55% | 0.18% | - |
| HSV(B) | 180º | 0.71% | 0.28% | - |
| XYZ | 3.8 | 5.26 | 6.95 | - |
| YUV | 56.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 72 | 0.71 | 0 | 0 | 0.72 | 180 | 0.55 | 0.18 |
| Hex | 15 | 48 | 48 | 47 | 0 | 0 | 48 | B4 | 37 | 12 |
| Octal | 25 | 110 | 110 | 107 | 0 | 0 | 110 | 264 | 67 | 22 |
| Binary | 10101 | 1001000 | 1001000 | 1000111 | 0 | 0 | 1001000 | 10110100 | 110111 | 10010 |
Color Harmonies of #154848
Complementary color
Monochromatic Colors of #154848
Black with #154848
Text Example
Text Example
White with #154848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154848; }
p { color: rgb(21,72,72); }
H1.HeaderClassName
{
color: #154848;
}
.AnyTagClassName
{
color: #154848;
}
</style>
background-color css
<style>
a { background-color: #154848; }
a { background-color: rgb(21,72,72); }
div.DivClassName
{
background-color: #154848;
}
.BgClassName
{
background-color: #154848;
}
</style>
border-color css
<style>
span { border-color: #154848; }
span { border-color: rgb(21,72,72); }
td.TdClassName
{
border-color: #154848;
}
.TagClassName
{
border-color: #154848;
}
</style>