Shades of Downy #70CBBE
Tints of Downy #70CBBE
RGB
CMYK
RGB Variations
Color information
#70CBBE (or 0x70CBBE) is known color: Downy. HEX triplet: 70, CB and BE. RGB value is (112,203,190). Sum of RGB (Red+Green+Blue) = 112+203+190=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBBE is #8F3441. Grayscale: #AEAEAE. Windows color (decimal): -9385026 or 12503920. OLE color: 12503920.
HSL color Cylindrical-coordinate representation of color #70CBBE: hue angle of 171.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CBBE is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 190 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.20 |
| HSL | 171.43º | 0.47% | 0.62% | - |
| HSV(B) | 171.43º | 0.45% | 0.8% | - |
| XYZ | 37.33 | 49.87 | 56.37 | - |
| YUV | 174.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 190 | 0.45 | 0 | 0.06 | 0.20 | 171.43 | 0.47 | 0.62 |
| Hex | 70 | CB | BE | 2D | 0 | 6 | 14 | AB | 2F | 3E |
| Octal | 160 | 313 | 276 | 55 | 0 | 6 | 24 | 253 | 57 | 76 |
| Binary | 1110000 | 11001011 | 10111110 | 101101 | 0 | 110 | 10100 | 10101011 | 101111 | 111110 |
Color Harmonies of #70CBBE
Complementary color
Monochromatic Colors of #70CBBE
Black with #70CBBE
Text Example
Text Example
White with #70CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBBE; }
p { color: rgb(112,203,190); }
H1.HeaderClassName
{
color: #70CBBE;
}
.AnyTagClassName
{
color: #70CBBE;
}
</style>
background-color css
<style>
a { background-color: #70CBBE; }
a { background-color: rgb(112,203,190); }
div.DivClassName
{
background-color: #70CBBE;
}
.BgClassName
{
background-color: #70CBBE;
}
</style>
border-color css
<style>
span { border-color: #70CBBE; }
span { border-color: rgb(112,203,190); }
td.TdClassName
{
border-color: #70CBBE;
}
.TagClassName
{
border-color: #70CBBE;
}
</style>