Shades of Downy #67CBBD
Tints of Downy #67CBBD
RGB
CMYK
RGB Variations
Color information
#67CBBD (or 0x67CBBD) is known color: Downy. HEX triplet: 67, CB and BD. RGB value is (103,203,189). Sum of RGB (Red+Green+Blue) = 103+203+189=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #67CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CBBD is #983442. Grayscale: #ABABAB. Windows color (decimal): -9974851 or 12438375. OLE color: 12438375.
HSL color Cylindrical-coordinate representation of color #67CBBD: hue angle of 171.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 #67CBBD is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 203 | 189 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.20 |
| HSL | 171.6º | 0.49% | 0.6% | - |
| HSV(B) | 171.6º | 0.49% | 0.8% | - |
| XYZ | 36.13 | 49.27 | 55.75 | - |
| YUV | 171.5 | 137.87 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 189 | 0.49 | 0 | 0.07 | 0.20 | 171.6 | 0.49 | 0.6 |
| Hex | 67 | CB | BD | 31 | 0 | 7 | 14 | AC | 31 | 3C |
| Octal | 147 | 313 | 275 | 61 | 0 | 7 | 24 | 254 | 61 | 74 |
| Binary | 1100111 | 11001011 | 10111101 | 110001 | 0 | 111 | 10100 | 10101100 | 110001 | 111100 |
Color Harmonies of #67CBBD
Complementary color
Monochromatic Colors of #67CBBD
Black with #67CBBD
Text Example
Text Example
White with #67CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CBBD; }
p { color: rgb(103,203,189); }
H1.HeaderClassName
{
color: #67CBBD;
}
.AnyTagClassName
{
color: #67CBBD;
}
</style>
background-color css
<style>
a { background-color: #67CBBD; }
a { background-color: rgb(103,203,189); }
div.DivClassName
{
background-color: #67CBBD;
}
.BgClassName
{
background-color: #67CBBD;
}
</style>
border-color css
<style>
span { border-color: #67CBBD; }
span { border-color: rgb(103,203,189); }
td.TdClassName
{
border-color: #67CBBD;
}
.TagClassName
{
border-color: #67CBBD;
}
</style>