Shades of Downy #67CBB8
Tints of Downy #67CBB8
RGB
CMYK
RGB Variations
Color information
#67CBB8 (or 0x67CBB8) is known color: Downy. HEX triplet: 67, CB and B8. RGB value is (103,203,184). Sum of RGB (Red+Green+Blue) = 103+203+184=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #67CBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CBB8 is #983447. Grayscale: #AAAAAA. Windows color (decimal): -9974856 or 12110695. OLE color: 12110695.
HSL color Cylindrical-coordinate representation of color #67CBB8: hue angle of 168.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 #67CBB8 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 203 | 184 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.20 |
| HSL | 168.6º | 0.49% | 0.6% | - |
| HSV(B) | 168.6º | 0.49% | 0.8% | - |
| XYZ | 35.6 | 49.06 | 52.94 | - |
| YUV | 170.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 184 | 0.49 | 0 | 0.09 | 0.20 | 168.6 | 0.49 | 0.6 |
| Hex | 67 | CB | B8 | 31 | 0 | 9 | 14 | A9 | 31 | 3C |
| Octal | 147 | 313 | 270 | 61 | 0 | 11 | 24 | 251 | 61 | 74 |
| Binary | 1100111 | 11001011 | 10111000 | 110001 | 0 | 1001 | 10100 | 10101001 | 110001 | 111100 |
Color Harmonies of #67CBB8
Complementary color
Monochromatic Colors of #67CBB8
Black with #67CBB8
Text Example
Text Example
White with #67CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CBB8; }
p { color: rgb(103,203,184); }
H1.HeaderClassName
{
color: #67CBB8;
}
.AnyTagClassName
{
color: #67CBB8;
}
</style>
background-color css
<style>
a { background-color: #67CBB8; }
a { background-color: rgb(103,203,184); }
div.DivClassName
{
background-color: #67CBB8;
}
.BgClassName
{
background-color: #67CBB8;
}
</style>
border-color css
<style>
span { border-color: #67CBB8; }
span { border-color: rgb(103,203,184); }
td.TdClassName
{
border-color: #67CBB8;
}
.TagClassName
{
border-color: #67CBB8;
}
</style>