Shades of Keppel #69B59A
Tints of Keppel #69B59A
RGB
CMYK
RGB Variations
Color information
#69B59A (or 0x69B59A) is known color: Keppel. HEX triplet: 69, B5 and 9A. RGB value is (105,181,154). Sum of RGB (Red+Green+Blue) = 105+181+154=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #69B59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B59A is #964A65. Grayscale: #9B9B9B. Windows color (decimal): -9849446 or 10138985. OLE color: 10138985.
HSL color Cylindrical-coordinate representation of color #69B59A: hue angle of 158.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B59A is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 181 | 154 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.29 |
| HSL | 158.68º | 0.34% | 0.56% | - |
| HSV(B) | 158.68º | 0.42% | 0.71% | - |
| XYZ | 28.18 | 38.38 | 36.5 | - |
| YUV | 155.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 181 | 154 | 0.42 | 0 | 0.15 | 0.29 | 158.68 | 0.34 | 0.56 |
| Hex | 69 | B5 | 9A | 2A | 0 | F | 1D | 9F | 22 | 38 |
| Octal | 151 | 265 | 232 | 52 | 0 | 17 | 35 | 237 | 42 | 70 |
| Binary | 1101001 | 10110101 | 10011010 | 101010 | 0 | 1111 | 11101 | 10011111 | 100010 | 111000 |
Color Harmonies of #69B59A
Complementary color
Monochromatic Colors of #69B59A
Black with #69B59A
Text Example
Text Example
White with #69B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B59A; }
p { color: rgb(105,181,154); }
H1.HeaderClassName
{
color: #69B59A;
}
.AnyTagClassName
{
color: #69B59A;
}
</style>
background-color css
<style>
a { background-color: #69B59A; }
a { background-color: rgb(105,181,154); }
div.DivClassName
{
background-color: #69B59A;
}
.BgClassName
{
background-color: #69B59A;
}
</style>
border-color css
<style>
span { border-color: #69B59A; }
span { border-color: rgb(105,181,154); }
td.TdClassName
{
border-color: #69B59A;
}
.TagClassName
{
border-color: #69B59A;
}
</style>