Shades of Keppel #69B89A
Tints of Keppel #69B89A
RGB
CMYK
RGB Variations
Color information
#69B89A (or 0x69B89A) is known color: Keppel. HEX triplet: 69, B8 and 9A. RGB value is (105,184,154). Sum of RGB (Red+Green+Blue) = 105+184+154=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #69B89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B89A is #964765. Grayscale: #9D9D9D. Windows color (decimal): -9848678 or 10139753. OLE color: 10139753.
HSL color Cylindrical-coordinate representation of color #69B89A: hue angle of 157.22º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B89A is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 184 | 154 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.28 |
| HSL | 157.22º | 0.36% | 0.57% | - |
| HSV(B) | 157.22º | 0.43% | 0.72% | - |
| XYZ | 28.8 | 39.62 | 36.7 | - |
| YUV | 156.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 184 | 154 | 0.43 | 0 | 0.16 | 0.28 | 157.22 | 0.36 | 0.57 |
| Hex | 69 | B8 | 9A | 2B | 0 | 10 | 1C | 9D | 24 | 39 |
| Octal | 151 | 270 | 232 | 53 | 0 | 20 | 34 | 235 | 44 | 71 |
| Binary | 1101001 | 10111000 | 10011010 | 101011 | 0 | 10000 | 11100 | 10011101 | 100100 | 111001 |
Color Harmonies of #69B89A
Complementary color
Monochromatic Colors of #69B89A
Black with #69B89A
Text Example
Text Example
White with #69B89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B89A; }
p { color: rgb(105,184,154); }
H1.HeaderClassName
{
color: #69B89A;
}
.AnyTagClassName
{
color: #69B89A;
}
</style>
background-color css
<style>
a { background-color: #69B89A; }
a { background-color: rgb(105,184,154); }
div.DivClassName
{
background-color: #69B89A;
}
.BgClassName
{
background-color: #69B89A;
}
</style>
border-color css
<style>
span { border-color: #69B89A; }
span { border-color: rgb(105,184,154); }
td.TdClassName
{
border-color: #69B89A;
}
.TagClassName
{
border-color: #69B89A;
}
</style>