Shades of Downy #69CFC5
Tints of Downy #69CFC5
RGB
CMYK
RGB Variations
Color information
#69CFC5 (or 0x69CFC5) is known color: Downy. HEX triplet: 69, CF and C5. RGB value is (105,207,197). Sum of RGB (Red+Green+Blue) = 105+207+197=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #69CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CFC5 is #96303A. Grayscale: #AFAFAF. Windows color (decimal): -9842747 or 12963689. OLE color: 12963689.
HSL color Cylindrical-coordinate representation of color #69CFC5: hue angle of 174.12º 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 #69CFC5 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 197 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.19 |
| HSL | 174.12º | 0.52% | 0.61% | - |
| HSV(B) | 174.12º | 0.49% | 0.81% | - |
| XYZ | 38.22 | 51.66 | 60.78 | - |
| YUV | 175.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 197 | 0.49 | 0 | 0.05 | 0.19 | 174.12 | 0.52 | 0.61 |
| Hex | 69 | CF | C5 | 31 | 0 | 5 | 13 | AE | 34 | 3D |
| Octal | 151 | 317 | 305 | 61 | 0 | 5 | 23 | 256 | 64 | 75 |
| Binary | 1101001 | 11001111 | 11000101 | 110001 | 0 | 101 | 10011 | 10101110 | 110100 | 111101 |
Color Harmonies of #69CFC5
Complementary color
Monochromatic Colors of #69CFC5
Black with #69CFC5
Text Example
Text Example
White with #69CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFC5; }
p { color: rgb(105,207,197); }
H1.HeaderClassName
{
color: #69CFC5;
}
.AnyTagClassName
{
color: #69CFC5;
}
</style>
background-color css
<style>
a { background-color: #69CFC5; }
a { background-color: rgb(105,207,197); }
div.DivClassName
{
background-color: #69CFC5;
}
.BgClassName
{
background-color: #69CFC5;
}
</style>
border-color css
<style>
span { border-color: #69CFC5; }
span { border-color: rgb(105,207,197); }
td.TdClassName
{
border-color: #69CFC5;
}
.TagClassName
{
border-color: #69CFC5;
}
</style>