Shades of Cyprus #18534F
Tints of Cyprus #18534F
RGB
CMYK
RGB Variations
Color information
#18534F (or 0x18534F) is known color: Cyprus. HEX triplet: 18, 53 and 4F. RGB value is (24,83,79). Sum of RGB (Red+Green+Blue) = 24+83+79=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #18534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18534F is #E7ACB0. Grayscale: #404040. Windows color (decimal): -15183025 or 5198616. OLE color: 5198616.
HSL color Cylindrical-coordinate representation of color #18534F: hue angle of 175.93º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18534F is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 79 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.67 |
| HSL | 175.93º | 0.55% | 0.21% | - |
| HSV(B) | 175.93º | 0.71% | 0.33% | - |
| XYZ | 4.88 | 6.95 | 8.48 | - |
| YUV | 64.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 79 | 0.71 | 0 | 0.05 | 0.67 | 175.93 | 0.55 | 0.21 |
| Hex | 18 | 53 | 4F | 47 | 0 | 5 | 43 | B0 | 37 | 15 |
| Octal | 30 | 123 | 117 | 107 | 0 | 5 | 103 | 260 | 67 | 25 |
| Binary | 11000 | 1010011 | 1001111 | 1000111 | 0 | 101 | 1000011 | 10110000 | 110111 | 10101 |
Color Harmonies of #18534F
Complementary color
Monochromatic Colors of #18534F
Black with #18534F
Text Example
Text Example
White with #18534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18534F; }
p { color: rgb(24,83,79); }
H1.HeaderClassName
{
color: #18534F;
}
.AnyTagClassName
{
color: #18534F;
}
</style>
background-color css
<style>
a { background-color: #18534F; }
a { background-color: rgb(24,83,79); }
div.DivClassName
{
background-color: #18534F;
}
.BgClassName
{
background-color: #18534F;
}
</style>
border-color css
<style>
span { border-color: #18534F; }
span { border-color: rgb(24,83,79); }
td.TdClassName
{
border-color: #18534F;
}
.TagClassName
{
border-color: #18534F;
}
</style>