Shades of Downy #67CCBC
Tints of Downy #67CCBC
RGB
CMYK
RGB Variations
Color information
#67CCBC (or 0x67CCBC) is known color: Downy. HEX triplet: 67, CC and BC. RGB value is (103,204,188). Sum of RGB (Red+Green+Blue) = 103+204+188=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #67CCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CCBC is #983343. Grayscale: #ABABAB. Windows color (decimal): -9974596 or 12373095. OLE color: 12373095.
HSL color Cylindrical-coordinate representation of color #67CCBC: hue angle of 170.5º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CCBC is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 204 | 188 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.2 |
| HSL | 170.5º | 0.5% | 0.6% | - |
| HSV(B) | 170.5º | 0.5% | 0.8% | - |
| XYZ | 36.26 | 49.7 | 55.26 | - |
| YUV | 171.98 | 137.04 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 188 | 0.50 | 0 | 0.08 | 0.2 | 170.5 | 0.5 | 0.6 |
| Hex | 67 | CC | BC | 32 | 0 | 8 | 14 | AA | 32 | 3C |
| Octal | 147 | 314 | 274 | 62 | 0 | 10 | 24 | 252 | 62 | 74 |
| Binary | 1100111 | 11001100 | 10111100 | 110010 | 0 | 1000 | 10100 | 10101010 | 110010 | 111100 |
Color Harmonies of #67CCBC
Complementary color
Monochromatic Colors of #67CCBC
Black with #67CCBC
Text Example
Text Example
White with #67CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CCBC; }
p { color: rgb(103,204,188); }
H1.HeaderClassName
{
color: #67CCBC;
}
.AnyTagClassName
{
color: #67CCBC;
}
</style>
background-color css
<style>
a { background-color: #67CCBC; }
a { background-color: rgb(103,204,188); }
div.DivClassName
{
background-color: #67CCBC;
}
.BgClassName
{
background-color: #67CCBC;
}
</style>
border-color css
<style>
span { border-color: #67CCBC; }
span { border-color: rgb(103,204,188); }
td.TdClassName
{
border-color: #67CCBC;
}
.TagClassName
{
border-color: #67CCBC;
}
</style>