Shades of Downy #69CFBB
Tints of Downy #69CFBB
RGB
CMYK
RGB Variations
Color information
#69CFBB (or 0x69CFBB) is known color: Downy. HEX triplet: 69, CF and BB. RGB value is (105,207,187). Sum of RGB (Red+Green+Blue) = 105+207+187=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #69CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CFBB is #963044. Grayscale: #AEAEAE. Windows color (decimal): -9842757 or 12308329. OLE color: 12308329.
HSL color Cylindrical-coordinate representation of color #69CFBB: hue angle of 168.24º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CFBB is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 187 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.19 |
| HSL | 168.24º | 0.52% | 0.61% | - |
| HSV(B) | 168.24º | 0.49% | 0.81% | - |
| XYZ | 37.11 | 51.22 | 54.94 | - |
| YUV | 174.22 | 135.21 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 187 | 0.49 | 0 | 0.10 | 0.19 | 168.24 | 0.52 | 0.61 |
| Hex | 69 | CF | BB | 31 | 0 | A | 13 | A8 | 34 | 3D |
| Octal | 151 | 317 | 273 | 61 | 0 | 12 | 23 | 250 | 64 | 75 |
| Binary | 1101001 | 11001111 | 10111011 | 110001 | 0 | 1010 | 10011 | 10101000 | 110100 | 111101 |
Color Harmonies of #69CFBB
Complementary color
Monochromatic Colors of #69CFBB
Black with #69CFBB
Text Example
Text Example
White with #69CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFBB; }
p { color: rgb(105,207,187); }
H1.HeaderClassName
{
color: #69CFBB;
}
.AnyTagClassName
{
color: #69CFBB;
}
</style>
background-color css
<style>
a { background-color: #69CFBB; }
a { background-color: rgb(105,207,187); }
div.DivClassName
{
background-color: #69CFBB;
}
.BgClassName
{
background-color: #69CFBB;
}
</style>
border-color css
<style>
span { border-color: #69CFBB; }
span { border-color: rgb(105,207,187); }
td.TdClassName
{
border-color: #69CFBB;
}
.TagClassName
{
border-color: #69CFBB;
}
</style>