Shades of Cyprus #08524B
Tints of Cyprus #08524B
RGB
CMYK
RGB Variations
Color information
#08524B (or 0x08524B) is known color: Cyprus. HEX triplet: 08, 52 and 4B. RGB value is (8,82,75). Sum of RGB (Red+Green+Blue) = 8+82+75=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #08524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08524B is #F7ADB4. Grayscale: #3B3B3B. Windows color (decimal): -16231861 or 4936200. OLE color: 4936200.
HSL color Cylindrical-coordinate representation of color #08524B: hue angle of 174.32º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08524B is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 82 | 75 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.68 |
| HSL | 174.32º | 0.82% | 0.18% | - |
| HSV(B) | 174.32º | 0.9% | 0.32% | - |
| XYZ | 4.39 | 6.59 | 7.7 | - |
| YUV | 59.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 75 | 0.90 | 0 | 0.09 | 0.68 | 174.32 | 0.82 | 0.18 |
| Hex | 8 | 52 | 4B | 5A | 0 | 9 | 44 | AE | 52 | 12 |
| Octal | 10 | 122 | 113 | 132 | 0 | 11 | 104 | 256 | 122 | 22 |
| Binary | 1000 | 1010010 | 1001011 | 1011010 | 0 | 1001 | 1000100 | 10101110 | 1010010 | 10010 |
Color Harmonies of #08524B
Complementary color
Monochromatic Colors of #08524B
Black with #08524B
Text Example
Text Example
White with #08524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08524B; }
p { color: rgb(8,82,75); }
H1.HeaderClassName
{
color: #08524B;
}
.AnyTagClassName
{
color: #08524B;
}
</style>
background-color css
<style>
a { background-color: #08524B; }
a { background-color: rgb(8,82,75); }
div.DivClassName
{
background-color: #08524B;
}
.BgClassName
{
background-color: #08524B;
}
</style>
border-color css
<style>
span { border-color: #08524B; }
span { border-color: rgb(8,82,75); }
td.TdClassName
{
border-color: #08524B;
}
.TagClassName
{
border-color: #08524B;
}
</style>