Shades of Cyprus #10514C
Tints of Cyprus #10514C
RGB
CMYK
RGB Variations
Color information
#10514C (or 0x10514C) is known color: Cyprus. HEX triplet: 10, 51 and 4C. RGB value is (16,81,76). Sum of RGB (Red+Green+Blue) = 16+81+76=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #10514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10514C is #EFAEB3. Grayscale: #3C3C3C. Windows color (decimal): -15707828 or 5001488. OLE color: 5001488.
HSL color Cylindrical-coordinate representation of color #10514C: hue angle of 175.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10514C is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 81 | 76 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.68 |
| HSL | 175.38º | 0.67% | 0.19% | - |
| HSV(B) | 175.38º | 0.8% | 0.32% | - |
| XYZ | 4.46 | 6.52 | 7.86 | - |
| YUV | 61 | 136.47 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 76 | 0.80 | 0 | 0.06 | 0.68 | 175.38 | 0.67 | 0.19 |
| Hex | 10 | 51 | 4C | 50 | 0 | 6 | 44 | AF | 43 | 13 |
| Octal | 20 | 121 | 114 | 120 | 0 | 6 | 104 | 257 | 103 | 23 |
| Binary | 10000 | 1010001 | 1001100 | 1010000 | 0 | 110 | 1000100 | 10101111 | 1000011 | 10011 |
Color Harmonies of #10514C
Complementary color
Monochromatic Colors of #10514C
Black with #10514C
Text Example
Text Example
White with #10514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10514C; }
p { color: rgb(16,81,76); }
H1.HeaderClassName
{
color: #10514C;
}
.AnyTagClassName
{
color: #10514C;
}
</style>
background-color css
<style>
a { background-color: #10514C; }
a { background-color: rgb(16,81,76); }
div.DivClassName
{
background-color: #10514C;
}
.BgClassName
{
background-color: #10514C;
}
</style>
border-color css
<style>
span { border-color: #10514C; }
span { border-color: rgb(16,81,76); }
td.TdClassName
{
border-color: #10514C;
}
.TagClassName
{
border-color: #10514C;
}
</style>