Shades of Pastel Green #69DB88
Tints of Pastel Green #69DB88
RGB
CMYK
RGB Variations
Color information
#69DB88 (or 0x69DB88) is known color: Pastel Green. HEX triplet: 69, DB and 88. RGB value is (105,219,136). Sum of RGB (Red+Green+Blue) = 105+219+136=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DB88 is #962477. Grayscale: #AFAFAF. Windows color (decimal): -9839736 or 8969065. OLE color: 8969065.
HSL color Cylindrical-coordinate representation of color #69DB88: hue angle of 136.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DB88 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 136 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.14 |
| HSL | 136.32º | 0.61% | 0.64% | - |
| HSV(B) | 136.32º | 0.52% | 0.86% | - |
| XYZ | 35.6 | 55.44 | 32.12 | - |
| YUV | 175.45 | 105.73 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 136 | 0.52 | 0 | 0.38 | 0.14 | 136.32 | 0.61 | 0.64 |
| Hex | 69 | DB | 88 | 34 | 0 | 26 | E | 88 | 3D | 40 |
| Octal | 151 | 333 | 210 | 64 | 0 | 46 | 16 | 210 | 75 | 100 |
| Binary | 1101001 | 11011011 | 10001000 | 110100 | 0 | 100110 | 1110 | 10001000 | 111101 | 1000000 |
Color Harmonies of #69DB88
Complementary color
Monochromatic Colors of #69DB88
Black with #69DB88
Text Example
Text Example
White with #69DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB88; }
p { color: rgb(105,219,136); }
H1.HeaderClassName
{
color: #69DB88;
}
.AnyTagClassName
{
color: #69DB88;
}
</style>
background-color css
<style>
a { background-color: #69DB88; }
a { background-color: rgb(105,219,136); }
div.DivClassName
{
background-color: #69DB88;
}
.BgClassName
{
background-color: #69DB88;
}
</style>
border-color css
<style>
span { border-color: #69DB88; }
span { border-color: rgb(105,219,136); }
td.TdClassName
{
border-color: #69DB88;
}
.TagClassName
{
border-color: #69DB88;
}
</style>