Shades of Keppel #67AA9A
Tints of Keppel #67AA9A
RGB
CMYK
RGB Variations
Color information
#67AA9A (or 0x67AA9A) is known color: Keppel. HEX triplet: 67, AA and 9A. RGB value is (103,170,154). Sum of RGB (Red+Green+Blue) = 103+170+154=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AA9A is #985565. Grayscale: #949494. Windows color (decimal): -9983334 or 10136167. OLE color: 10136167.
HSL color Cylindrical-coordinate representation of color #67AA9A: hue angle of 165.67º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67AA9A is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 170 | 154 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.33 |
| HSL | 165.67º | 0.28% | 0.54% | - |
| HSV(B) | 165.67º | 0.39% | 0.67% | - |
| XYZ | 25.8 | 33.97 | 35.77 | - |
| YUV | 148.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 154 | 0.39 | 0 | 0.09 | 0.33 | 165.67 | 0.28 | 0.54 |
| Hex | 67 | AA | 9A | 27 | 0 | 9 | 21 | A6 | 1C | 36 |
| Octal | 147 | 252 | 232 | 47 | 0 | 11 | 41 | 246 | 34 | 66 |
| Binary | 1100111 | 10101010 | 10011010 | 100111 | 0 | 1001 | 100001 | 10100110 | 11100 | 110110 |
Color Harmonies of #67AA9A
Complementary color
Monochromatic Colors of #67AA9A
Black with #67AA9A
Text Example
Text Example
White with #67AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AA9A; }
p { color: rgb(103,170,154); }
H1.HeaderClassName
{
color: #67AA9A;
}
.AnyTagClassName
{
color: #67AA9A;
}
</style>
background-color css
<style>
a { background-color: #67AA9A; }
a { background-color: rgb(103,170,154); }
div.DivClassName
{
background-color: #67AA9A;
}
.BgClassName
{
background-color: #67AA9A;
}
</style>
border-color css
<style>
span { border-color: #67AA9A; }
span { border-color: rgb(103,170,154); }
td.TdClassName
{
border-color: #67AA9A;
}
.TagClassName
{
border-color: #67AA9A;
}
</style>