Shades of Downy #67CACB
Tints of Downy #67CACB
RGB
CMYK
RGB Variations
Color information
#67CACB (or 0x67CACB) is known color: Downy. HEX triplet: 67, CA and CB. RGB value is (103,202,203). Sum of RGB (Red+Green+Blue) = 103+202+203=508 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.28% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #67CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CACB is #983534. Grayscale: #ACACAC. Windows color (decimal): -9975093 or 13355623. OLE color: 13355623.
HSL color Cylindrical-coordinate representation of color #67CACB: hue angle of 180.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67CACB is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 202 | 203 | - |
| CMYK | 0.49 | 0.00 | 0 | 0.20 |
| HSL | 180.6º | 0.49% | 0.6% | - |
| HSV(B) | 180.6º | 0.49% | 0.8% | - |
| XYZ | 37.49 | 49.44 | 64.07 | - |
| YUV | 172.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 203 | 0.49 | 0.00 | 0 | 0.20 | 180.6 | 0.49 | 0.6 |
| Hex | 67 | CA | CB | 31 | 0 | 0 | 14 | B5 | 31 | 3C |
| Octal | 147 | 312 | 313 | 61 | 0 | 0 | 24 | 265 | 61 | 74 |
| Binary | 1100111 | 11001010 | 11001011 | 110001 | 0 | 0 | 10100 | 10110101 | 110001 | 111100 |
Color Harmonies of #67CACB
Complementary color
Monochromatic Colors of #67CACB
Black with #67CACB
Text Example
Text Example
White with #67CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CACB; }
p { color: rgb(103,202,203); }
H1.HeaderClassName
{
color: #67CACB;
}
.AnyTagClassName
{
color: #67CACB;
}
</style>
background-color css
<style>
a { background-color: #67CACB; }
a { background-color: rgb(103,202,203); }
div.DivClassName
{
background-color: #67CACB;
}
.BgClassName
{
background-color: #67CACB;
}
</style>
border-color css
<style>
span { border-color: #67CACB; }
span { border-color: rgb(103,202,203); }
td.TdClassName
{
border-color: #67CACB;
}
.TagClassName
{
border-color: #67CACB;
}
</style>