Shades of Cyprus #12534B
Tints of Cyprus #12534B
RGB
CMYK
RGB Variations
Color information
#12534B (or 0x12534B) is known color: Cyprus. HEX triplet: 12, 53 and 4B. RGB value is (18,83,75). Sum of RGB (Red+Green+Blue) = 18+83+75=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #12534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12534B is #EDACB4. Grayscale: #3E3E3E. Windows color (decimal): -15576245 or 4936466. OLE color: 4936466.
HSL color Cylindrical-coordinate representation of color #12534B: hue angle of 172.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12534B is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 83 | 75 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.67 |
| HSL | 172.62º | 0.64% | 0.2% | - |
| HSV(B) | 172.62º | 0.78% | 0.33% | - |
| XYZ | 4.61 | 6.82 | 7.73 | - |
| YUV | 62.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 75 | 0.78 | 0 | 0.10 | 0.67 | 172.62 | 0.64 | 0.2 |
| Hex | 12 | 53 | 4B | 4E | 0 | A | 43 | AD | 40 | 14 |
| Octal | 22 | 123 | 113 | 116 | 0 | 12 | 103 | 255 | 100 | 24 |
| Binary | 10010 | 1010011 | 1001011 | 1001110 | 0 | 1010 | 1000011 | 10101101 | 1000000 | 10100 |
Color Harmonies of #12534B
Complementary color
Monochromatic Colors of #12534B
Black with #12534B
Text Example
Text Example
White with #12534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12534B; }
p { color: rgb(18,83,75); }
H1.HeaderClassName
{
color: #12534B;
}
.AnyTagClassName
{
color: #12534B;
}
</style>
background-color css
<style>
a { background-color: #12534B; }
a { background-color: rgb(18,83,75); }
div.DivClassName
{
background-color: #12534B;
}
.BgClassName
{
background-color: #12534B;
}
</style>
border-color css
<style>
span { border-color: #12534B; }
span { border-color: rgb(18,83,75); }
td.TdClassName
{
border-color: #12534B;
}
.TagClassName
{
border-color: #12534B;
}
</style>