Shades of Keppel #66C09C
Tints of Keppel #66C09C
RGB
CMYK
RGB Variations
Color information
#66C09C (or 0x66C09C) is known color: Keppel. HEX triplet: 66, C0 and 9C. RGB value is (102,192,156). Sum of RGB (Red+Green+Blue) = 102+192+156=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #66C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C09C is #993F63. Grayscale: #A1A1A1. Windows color (decimal): -10043236 or 10272870. OLE color: 10272870.
HSL color Cylindrical-coordinate representation of color #66C09C: hue angle of 156º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C09C is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 156 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.25 |
| HSL | 156º | 0.42% | 0.58% | - |
| HSV(B) | 156º | 0.47% | 0.75% | - |
| XYZ | 30.33 | 42.92 | 38.14 | - |
| YUV | 160.99 | 125.18 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 156 | 0.47 | 0 | 0.19 | 0.25 | 156 | 0.42 | 0.58 |
| Hex | 66 | C0 | 9C | 2F | 0 | 13 | 19 | 9C | 2A | 3A |
| Octal | 146 | 300 | 234 | 57 | 0 | 23 | 31 | 234 | 52 | 72 |
| Binary | 1100110 | 11000000 | 10011100 | 101111 | 0 | 10011 | 11001 | 10011100 | 101010 | 111010 |
Color Harmonies of #66C09C
Complementary color
Monochromatic Colors of #66C09C
Black with #66C09C
Text Example
Text Example
White with #66C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C09C; }
p { color: rgb(102,192,156); }
H1.HeaderClassName
{
color: #66C09C;
}
.AnyTagClassName
{
color: #66C09C;
}
</style>
background-color css
<style>
a { background-color: #66C09C; }
a { background-color: rgb(102,192,156); }
div.DivClassName
{
background-color: #66C09C;
}
.BgClassName
{
background-color: #66C09C;
}
</style>
border-color css
<style>
span { border-color: #66C09C; }
span { border-color: rgb(102,192,156); }
td.TdClassName
{
border-color: #66C09C;
}
.TagClassName
{
border-color: #66C09C;
}
</style>