Shades of Downy #67D8CA
Tints of Downy #67D8CA
RGB
CMYK
RGB Variations
Color information
#67D8CA (or 0x67D8CA) is known color: Downy. HEX triplet: 67, D8 and CA. RGB value is (103,216,202). Sum of RGB (Red+Green+Blue) = 103+216+202=521 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.77% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #67D8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D8CA is #982735. Grayscale: #B4B4B4. Windows color (decimal): -9971510 or 13293671. OLE color: 13293671.
HSL color Cylindrical-coordinate representation of color #67D8CA: hue angle of 172.57º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D8CA is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 216 | 202 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.15 |
| HSL | 172.57º | 0.59% | 0.63% | - |
| HSV(B) | 172.57º | 0.52% | 0.85% | - |
| XYZ | 40.81 | 56.26 | 64.59 | - |
| YUV | 180.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 216 | 202 | 0.52 | 0 | 0.06 | 0.15 | 172.57 | 0.59 | 0.63 |
| Hex | 67 | D8 | CA | 34 | 0 | 6 | F | AD | 3B | 3F |
| Octal | 147 | 330 | 312 | 64 | 0 | 6 | 17 | 255 | 73 | 77 |
| Binary | 1100111 | 11011000 | 11001010 | 110100 | 0 | 110 | 1111 | 10101101 | 111011 | 111111 |
Color Harmonies of #67D8CA
Complementary color
Monochromatic Colors of #67D8CA
Black with #67D8CA
Text Example
Text Example
White with #67D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D8CA; }
p { color: rgb(103,216,202); }
H1.HeaderClassName
{
color: #67D8CA;
}
.AnyTagClassName
{
color: #67D8CA;
}
</style>
background-color css
<style>
a { background-color: #67D8CA; }
a { background-color: rgb(103,216,202); }
div.DivClassName
{
background-color: #67D8CA;
}
.BgClassName
{
background-color: #67D8CA;
}
</style>
border-color css
<style>
span { border-color: #67D8CA; }
span { border-color: rgb(103,216,202); }
td.TdClassName
{
border-color: #67D8CA;
}
.TagClassName
{
border-color: #67D8CA;
}
</style>