Shades of Downy #69C5BC
Tints of Downy #69C5BC
RGB
CMYK
RGB Variations
Color information
#69C5BC (or 0x69C5BC) is known color: Downy. HEX triplet: 69, C5 and BC. RGB value is (105,197,188). Sum of RGB (Red+Green+Blue) = 105+197+188=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #69C5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5BC is #963A43. Grayscale: #A8A8A8. Windows color (decimal): -9845316 or 12371305. OLE color: 12371305.
HSL color Cylindrical-coordinate representation of color #69C5BC: hue angle of 174.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C5BC is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 188 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.23 |
| HSL | 174.13º | 0.44% | 0.59% | - |
| HSV(B) | 174.13º | 0.47% | 0.77% | - |
| XYZ | 34.87 | 46.57 | 54.73 | - |
| YUV | 168.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 188 | 0.47 | 0 | 0.05 | 0.23 | 174.13 | 0.44 | 0.59 |
| Hex | 69 | C5 | BC | 2F | 0 | 5 | 17 | AE | 2C | 3B |
| Octal | 151 | 305 | 274 | 57 | 0 | 5 | 27 | 256 | 54 | 73 |
| Binary | 1101001 | 11000101 | 10111100 | 101111 | 0 | 101 | 10111 | 10101110 | 101100 | 111011 |
Color Harmonies of #69C5BC
Complementary color
Monochromatic Colors of #69C5BC
Black with #69C5BC
Text Example
Text Example
White with #69C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C5BC; }
p { color: rgb(105,197,188); }
H1.HeaderClassName
{
color: #69C5BC;
}
.AnyTagClassName
{
color: #69C5BC;
}
</style>
background-color css
<style>
a { background-color: #69C5BC; }
a { background-color: rgb(105,197,188); }
div.DivClassName
{
background-color: #69C5BC;
}
.BgClassName
{
background-color: #69C5BC;
}
</style>
border-color css
<style>
span { border-color: #69C5BC; }
span { border-color: rgb(105,197,188); }
td.TdClassName
{
border-color: #69C5BC;
}
.TagClassName
{
border-color: #69C5BC;
}
</style>