Shades of Keppel #69BEA3
Tints of Keppel #69BEA3
RGB
CMYK
RGB Variations
Color information
#69BEA3 (or 0x69BEA3) is known color: Keppel. HEX triplet: 69, BE and A3. RGB value is (105,190,163). Sum of RGB (Red+Green+Blue) = 105+190+163=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BEA3 is #96415C. Grayscale: #A1A1A1. Windows color (decimal): -9847133 or 10731113. OLE color: 10731113.
HSL color Cylindrical-coordinate representation of color #69BEA3: hue angle of 160.94º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BEA3 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 190 | 163 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.25 |
| HSL | 160.94º | 0.4% | 0.58% | - |
| HSV(B) | 160.94º | 0.45% | 0.75% | - |
| XYZ | 30.85 | 42.47 | 41.22 | - |
| YUV | 161.51 | 128.84 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 190 | 163 | 0.45 | 0 | 0.14 | 0.25 | 160.94 | 0.4 | 0.58 |
| Hex | 69 | BE | A3 | 2D | 0 | E | 19 | A1 | 28 | 3A |
| Octal | 151 | 276 | 243 | 55 | 0 | 16 | 31 | 241 | 50 | 72 |
| Binary | 1101001 | 10111110 | 10100011 | 101101 | 0 | 1110 | 11001 | 10100001 | 101000 | 111010 |
Color Harmonies of #69BEA3
Complementary color
Monochromatic Colors of #69BEA3
Black with #69BEA3
Text Example
Text Example
White with #69BEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BEA3; }
p { color: rgb(105,190,163); }
H1.HeaderClassName
{
color: #69BEA3;
}
.AnyTagClassName
{
color: #69BEA3;
}
</style>
background-color css
<style>
a { background-color: #69BEA3; }
a { background-color: rgb(105,190,163); }
div.DivClassName
{
background-color: #69BEA3;
}
.BgClassName
{
background-color: #69BEA3;
}
</style>
border-color css
<style>
span { border-color: #69BEA3; }
span { border-color: rgb(105,190,163); }
td.TdClassName
{
border-color: #69BEA3;
}
.TagClassName
{
border-color: #69BEA3;
}
</style>