Shades of Cyprus #08534B
Tints of Cyprus #08534B
RGB
CMYK
RGB Variations
Color information
#08534B (or 0x08534B) is known color: Cyprus. HEX triplet: 08, 53 and 4B. RGB value is (8,83,75). Sum of RGB (Red+Green+Blue) = 8+83+75=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #08534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08534B is #F7ACB4. Grayscale: #3B3B3B. Windows color (decimal): -16231605 or 4936456. OLE color: 4936456.
HSL color Cylindrical-coordinate representation of color #08534B: hue angle of 173.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08534B is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 75 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.67 |
| HSL | 173.6º | 0.82% | 0.18% | - |
| HSV(B) | 173.6º | 0.9% | 0.33% | - |
| XYZ | 4.46 | 6.75 | 7.72 | - |
| YUV | 59.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 75 | 0.90 | 0 | 0.10 | 0.67 | 173.6 | 0.82 | 0.18 |
| Hex | 8 | 53 | 4B | 5A | 0 | A | 43 | AE | 52 | 12 |
| Octal | 10 | 123 | 113 | 132 | 0 | 12 | 103 | 256 | 122 | 22 |
| Binary | 1000 | 1010011 | 1001011 | 1011010 | 0 | 1010 | 1000011 | 10101110 | 1010010 | 10010 |
Color Harmonies of #08534B
Complementary color
Monochromatic Colors of #08534B
Black with #08534B
Text Example
Text Example
White with #08534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08534B; }
p { color: rgb(8,83,75); }
H1.HeaderClassName
{
color: #08534B;
}
.AnyTagClassName
{
color: #08534B;
}
</style>
background-color css
<style>
a { background-color: #08534B; }
a { background-color: rgb(8,83,75); }
div.DivClassName
{
background-color: #08534B;
}
.BgClassName
{
background-color: #08534B;
}
</style>
border-color css
<style>
span { border-color: #08534B; }
span { border-color: rgb(8,83,75); }
td.TdClassName
{
border-color: #08534B;
}
.TagClassName
{
border-color: #08534B;
}
</style>