Shades of Cyprus #00503C
Tints of Cyprus #00503C
RGB
CMYK
RGB Variations
Color information
#00503C (or 0x00503C) is known color: Cyprus. HEX triplet: 00, 50 and 3C. RGB value is (0,80,60). Sum of RGB (Red+Green+Blue) = 0+80+60=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #00503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00503C is #FFAFC3. Grayscale: #353535. Windows color (decimal): -16756676 or 3952640. OLE color: 3952640.
HSL color Cylindrical-coordinate representation of color #00503C: hue angle of 165º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00503C is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 80 | 60 | - |
| CMYK | 1 | 0 | 0.25 | 0.69 |
| HSL | 165º | 1% | 0.16% | - |
| HSV(B) | 165º | 1% | 0.31% | - |
| XYZ | 3.68 | 6.06 | 5.25 | - |
| YUV | 53.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 60 | 1 | 0 | 0.25 | 0.69 | 165 | 1 | 0.16 |
| Hex | 0 | 50 | 3C | 64 | 0 | 19 | 45 | A5 | 64 | 10 |
| Octal | 0 | 120 | 74 | 144 | 0 | 31 | 105 | 245 | 144 | 20 |
| Binary | 0 | 1010000 | 111100 | 1100100 | 0 | 11001 | 1000101 | 10100101 | 1100100 | 10000 |
Color Harmonies of #00503C
Complementary color
Monochromatic Colors of #00503C
Black with #00503C
Text Example
Text Example
White with #00503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00503C; }
p { color: rgb(0,80,60); }
H1.HeaderClassName
{
color: #00503C;
}
.AnyTagClassName
{
color: #00503C;
}
</style>
background-color css
<style>
a { background-color: #00503C; }
a { background-color: rgb(0,80,60); }
div.DivClassName
{
background-color: #00503C;
}
.BgClassName
{
background-color: #00503C;
}
</style>
border-color css
<style>
span { border-color: #00503C; }
span { border-color: rgb(0,80,60); }
td.TdClassName
{
border-color: #00503C;
}
.TagClassName
{
border-color: #00503C;
}
</style>