Shades of Keppel #71BCA0
Tints of Keppel #71BCA0
RGB
CMYK
RGB Variations
Color information
#71BCA0 (or 0x71BCA0) is known color: Keppel. HEX triplet: 71, BC and A0. RGB value is (113,188,160). Sum of RGB (Red+Green+Blue) = 113+188+160=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #71BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BCA0 is #8E435F. Grayscale: #A2A2A2. Windows color (decimal): -9323360 or 10534001. OLE color: 10534001.
HSL color Cylindrical-coordinate representation of color #71BCA0: hue angle of 157.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BCA0 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 160 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.26 |
| HSL | 157.6º | 0.36% | 0.59% | - |
| HSV(B) | 157.6º | 0.4% | 0.74% | - |
| XYZ | 31.14 | 42.02 | 39.73 | - |
| YUV | 162.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 160 | 0.40 | 0 | 0.15 | 0.26 | 157.6 | 0.36 | 0.59 |
| Hex | 71 | BC | A0 | 28 | 0 | F | 1A | 9E | 24 | 3B |
| Octal | 161 | 274 | 240 | 50 | 0 | 17 | 32 | 236 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10100000 | 101000 | 0 | 1111 | 11010 | 10011110 | 100100 | 111011 |
Color Harmonies of #71BCA0
Complementary color
Monochromatic Colors of #71BCA0
Black with #71BCA0
Text Example
Text Example
White with #71BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCA0; }
p { color: rgb(113,188,160); }
H1.HeaderClassName
{
color: #71BCA0;
}
.AnyTagClassName
{
color: #71BCA0;
}
</style>
background-color css
<style>
a { background-color: #71BCA0; }
a { background-color: rgb(113,188,160); }
div.DivClassName
{
background-color: #71BCA0;
}
.BgClassName
{
background-color: #71BCA0;
}
</style>
border-color css
<style>
span { border-color: #71BCA0; }
span { border-color: rgb(113,188,160); }
td.TdClassName
{
border-color: #71BCA0;
}
.TagClassName
{
border-color: #71BCA0;
}
</style>