Shades of Keppel #66BE9E
Tints of Keppel #66BE9E
RGB
CMYK
RGB Variations
Color information
#66BE9E (or 0x66BE9E) is known color: Keppel. HEX triplet: 66, BE and 9E. RGB value is (102,190,158). Sum of RGB (Red+Green+Blue) = 102+190+158=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BE9E is #994161. Grayscale: #A0A0A0. Windows color (decimal): -10043746 or 10403430. OLE color: 10403430.
HSL color Cylindrical-coordinate representation of color #66BE9E: hue angle of 158.18º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BE9E is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 158 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.25 |
| HSL | 158.18º | 0.4% | 0.57% | - |
| HSV(B) | 158.18º | 0.46% | 0.75% | - |
| XYZ | 30.06 | 42.12 | 38.89 | - |
| YUV | 160.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 158 | 0.46 | 0 | 0.17 | 0.25 | 158.18 | 0.4 | 0.57 |
| Hex | 66 | BE | 9E | 2E | 0 | 11 | 19 | 9E | 28 | 39 |
| Octal | 146 | 276 | 236 | 56 | 0 | 21 | 31 | 236 | 50 | 71 |
| Binary | 1100110 | 10111110 | 10011110 | 101110 | 0 | 10001 | 11001 | 10011110 | 101000 | 111001 |
Color Harmonies of #66BE9E
Complementary color
Monochromatic Colors of #66BE9E
Black with #66BE9E
Text Example
Text Example
White with #66BE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BE9E; }
p { color: rgb(102,190,158); }
H1.HeaderClassName
{
color: #66BE9E;
}
.AnyTagClassName
{
color: #66BE9E;
}
</style>
background-color css
<style>
a { background-color: #66BE9E; }
a { background-color: rgb(102,190,158); }
div.DivClassName
{
background-color: #66BE9E;
}
.BgClassName
{
background-color: #66BE9E;
}
</style>
border-color css
<style>
span { border-color: #66BE9E; }
span { border-color: rgb(102,190,158); }
td.TdClassName
{
border-color: #66BE9E;
}
.TagClassName
{
border-color: #66BE9E;
}
</style>