Shades of Downy #69EEBF
Tints of Downy #69EEBF
RGB
CMYK
RGB Variations
Color information
#69EEBF (or 0x69EEBF) is known color: Downy. HEX triplet: 69, EE and BF. RGB value is (105,238,191). Sum of RGB (Red+Green+Blue) = 105+238+191=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #69EEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EEBF is #961140. Grayscale: #C0C0C0. Windows color (decimal): -9834817 or 12578409. OLE color: 12578409.
HSL color Cylindrical-coordinate representation of color #69EEBF: hue angle of 158.8º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EEBF is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 238 | 191 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.07 |
| HSL | 158.8º | 0.8% | 0.67% | - |
| HSV(B) | 158.8º | 0.56% | 0.93% | - |
| XYZ | 45.8 | 67.91 | 59.98 | - |
| YUV | 192.88 | 126.94 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 238 | 191 | 0.56 | 0 | 0.20 | 0.07 | 158.8 | 0.8 | 0.67 |
| Hex | 69 | EE | BF | 38 | 0 | 14 | 7 | 9F | 50 | 43 |
| Octal | 151 | 356 | 277 | 70 | 0 | 24 | 7 | 237 | 120 | 103 |
| Binary | 1101001 | 11101110 | 10111111 | 111000 | 0 | 10100 | 111 | 10011111 | 1010000 | 1000011 |
Color Harmonies of #69EEBF
Complementary color
Monochromatic Colors of #69EEBF
Black with #69EEBF
Text Example
Text Example
White with #69EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EEBF; }
p { color: rgb(105,238,191); }
H1.HeaderClassName
{
color: #69EEBF;
}
.AnyTagClassName
{
color: #69EEBF;
}
</style>
background-color css
<style>
a { background-color: #69EEBF; }
a { background-color: rgb(105,238,191); }
div.DivClassName
{
background-color: #69EEBF;
}
.BgClassName
{
background-color: #69EEBF;
}
</style>
border-color css
<style>
span { border-color: #69EEBF; }
span { border-color: rgb(105,238,191); }
td.TdClassName
{
border-color: #69EEBF;
}
.TagClassName
{
border-color: #69EEBF;
}
</style>