Shades of Downy #69DCBC
Tints of Downy #69DCBC
RGB
CMYK
RGB Variations
Color information
#69DCBC (or 0x69DCBC) is known color: Downy. HEX triplet: 69, DC and BC. RGB value is (105,220,188). Sum of RGB (Red+Green+Blue) = 105+220+188=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #69DCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCBC is #962343. Grayscale: #B5B5B5. Windows color (decimal): -9839428 or 12377193. OLE color: 12377193.
HSL color Cylindrical-coordinate representation of color #69DCBC: hue angle of 163.3º degrees, saturation: 0.62, 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 #69DCBC is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 188 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.14 |
| HSL | 163.3º | 0.62% | 0.64% | - |
| HSV(B) | 163.3º | 0.52% | 0.86% | - |
| XYZ | 40.5 | 57.82 | 56.6 | - |
| YUV | 181.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 188 | 0.52 | 0 | 0.15 | 0.14 | 163.3 | 0.62 | 0.64 |
| Hex | 69 | DC | BC | 34 | 0 | F | E | A3 | 3E | 40 |
| Octal | 151 | 334 | 274 | 64 | 0 | 17 | 16 | 243 | 76 | 100 |
| Binary | 1101001 | 11011100 | 10111100 | 110100 | 0 | 1111 | 1110 | 10100011 | 111110 | 1000000 |
Color Harmonies of #69DCBC
Complementary color
Monochromatic Colors of #69DCBC
Black with #69DCBC
Text Example
Text Example
White with #69DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DCBC; }
p { color: rgb(105,220,188); }
H1.HeaderClassName
{
color: #69DCBC;
}
.AnyTagClassName
{
color: #69DCBC;
}
</style>
background-color css
<style>
a { background-color: #69DCBC; }
a { background-color: rgb(105,220,188); }
div.DivClassName
{
background-color: #69DCBC;
}
.BgClassName
{
background-color: #69DCBC;
}
</style>
border-color css
<style>
span { border-color: #69DCBC; }
span { border-color: rgb(105,220,188); }
td.TdClassName
{
border-color: #69DCBC;
}
.TagClassName
{
border-color: #69DCBC;
}
</style>