Shades of Keppel #71BDA0
Tints of Keppel #71BDA0
RGB
CMYK
RGB Variations
Color information
#71BDA0 (or 0x71BDA0) is known color: Keppel. HEX triplet: 71, BD and A0. RGB value is (113,189,160). Sum of RGB (Red+Green+Blue) = 113+189+160=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #71BDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BDA0 is #8E425F. Grayscale: #A3A3A3. Windows color (decimal): -9323104 or 10534257. OLE color: 10534257.
HSL color Cylindrical-coordinate representation of color #71BDA0: hue angle of 157.11º degrees, saturation: 0.37, 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 #71BDA0 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 160 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.26 |
| HSL | 157.11º | 0.37% | 0.59% | - |
| HSV(B) | 157.11º | 0.4% | 0.74% | - |
| XYZ | 31.35 | 42.44 | 39.8 | - |
| YUV | 162.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 160 | 0.40 | 0 | 0.15 | 0.26 | 157.11 | 0.37 | 0.59 |
| Hex | 71 | BD | A0 | 28 | 0 | F | 1A | 9D | 25 | 3B |
| Octal | 161 | 275 | 240 | 50 | 0 | 17 | 32 | 235 | 45 | 73 |
| Binary | 1110001 | 10111101 | 10100000 | 101000 | 0 | 1111 | 11010 | 10011101 | 100101 | 111011 |
Color Harmonies of #71BDA0
Complementary color
Monochromatic Colors of #71BDA0
Black with #71BDA0
Text Example
Text Example
White with #71BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BDA0; }
p { color: rgb(113,189,160); }
H1.HeaderClassName
{
color: #71BDA0;
}
.AnyTagClassName
{
color: #71BDA0;
}
</style>
background-color css
<style>
a { background-color: #71BDA0; }
a { background-color: rgb(113,189,160); }
div.DivClassName
{
background-color: #71BDA0;
}
.BgClassName
{
background-color: #71BDA0;
}
</style>
border-color css
<style>
span { border-color: #71BDA0; }
span { border-color: rgb(113,189,160); }
td.TdClassName
{
border-color: #71BDA0;
}
.TagClassName
{
border-color: #71BDA0;
}
</style>