Shades of Cyprus #18524B
Tints of Cyprus #18524B
RGB
CMYK
RGB Variations
Color information
#18524B (or 0x18524B) is known color: Cyprus. HEX triplet: 18, 52 and 4B. RGB value is (24,82,75). Sum of RGB (Red+Green+Blue) = 24+82+75=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #18524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18524B is #E7ADB4. Grayscale: #3F3F3F. Windows color (decimal): -15183285 or 4936216. OLE color: 4936216.
HSL color Cylindrical-coordinate representation of color #18524B: hue angle of 172.76º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18524B is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 82 | 75 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.68 |
| HSL | 172.76º | 0.55% | 0.21% | - |
| HSV(B) | 172.76º | 0.71% | 0.32% | - |
| XYZ | 4.66 | 6.74 | 7.71 | - |
| YUV | 63.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 75 | 0.71 | 0 | 0.09 | 0.68 | 172.76 | 0.55 | 0.21 |
| Hex | 18 | 52 | 4B | 47 | 0 | 9 | 44 | AD | 37 | 15 |
| Octal | 30 | 122 | 113 | 107 | 0 | 11 | 104 | 255 | 67 | 25 |
| Binary | 11000 | 1010010 | 1001011 | 1000111 | 0 | 1001 | 1000100 | 10101101 | 110111 | 10101 |
Color Harmonies of #18524B
Complementary color
Monochromatic Colors of #18524B
Black with #18524B
Text Example
Text Example
White with #18524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18524B; }
p { color: rgb(24,82,75); }
H1.HeaderClassName
{
color: #18524B;
}
.AnyTagClassName
{
color: #18524B;
}
</style>
background-color css
<style>
a { background-color: #18524B; }
a { background-color: rgb(24,82,75); }
div.DivClassName
{
background-color: #18524B;
}
.BgClassName
{
background-color: #18524B;
}
</style>
border-color css
<style>
span { border-color: #18524B; }
span { border-color: rgb(24,82,75); }
td.TdClassName
{
border-color: #18524B;
}
.TagClassName
{
border-color: #18524B;
}
</style>