Shades of Keppel #45B690
Tints of Keppel #45B690
RGB
CMYK
RGB Variations
Color information
#45B690 (or 0x45B690) is known color: Keppel. HEX triplet: 45, B6 and 90. RGB value is (69,182,144). Sum of RGB (Red+Green+Blue) = 69+182+144=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #45B690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45B690 is #BA496F. Grayscale: #8F8F8F. Windows color (decimal): -12208496 or 9483845. OLE color: 9483845.
HSL color Cylindrical-coordinate representation of color #45B690: hue angle of 159.82º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B690 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 182 | 144 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.29 |
| HSL | 159.82º | 0.45% | 0.49% | - |
| HSV(B) | 159.82º | 0.62% | 0.71% | - |
| XYZ | 24.22 | 36.73 | 32.2 | - |
| YUV | 143.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 182 | 144 | 0.62 | 0 | 0.21 | 0.29 | 159.82 | 0.45 | 0.49 |
| Hex | 45 | B6 | 90 | 3E | 0 | 15 | 1D | A0 | 2D | 31 |
| Octal | 105 | 266 | 220 | 76 | 0 | 25 | 35 | 240 | 55 | 61 |
| Binary | 1000101 | 10110110 | 10010000 | 111110 | 0 | 10101 | 11101 | 10100000 | 101101 | 110001 |
Color Harmonies of #45B690
Complementary color
Monochromatic Colors of #45B690
Black with #45B690
Text Example
Text Example
White with #45B690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B690; }
p { color: rgb(69,182,144); }
H1.HeaderClassName
{
color: #45B690;
}
.AnyTagClassName
{
color: #45B690;
}
</style>
background-color css
<style>
a { background-color: #45B690; }
a { background-color: rgb(69,182,144); }
div.DivClassName
{
background-color: #45B690;
}
.BgClassName
{
background-color: #45B690;
}
</style>
border-color css
<style>
span { border-color: #45B690; }
span { border-color: rgb(69,182,144); }
td.TdClassName
{
border-color: #45B690;
}
.TagClassName
{
border-color: #45B690;
}
</style>