Shades of Downy #67CBCB
Tints of Downy #67CBCB
RGB
CMYK
RGB Variations
Color information
#67CBCB (or 0x67CBCB) is known color: Downy. HEX triplet: 67, CB and CB. RGB value is (103,203,203). Sum of RGB (Red+Green+Blue) = 103+203+203=509 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.24% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #67CBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CBCB is #983434. Grayscale: #ADADAD. Windows color (decimal): -9974837 or 13355879. OLE color: 13355879.
HSL color Cylindrical-coordinate representation of color #67CBCB: hue angle of 180º 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 #67CBCB is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 203 | 203 | - |
| CMYK | 0.49 | 0 | 0 | 0.20 |
| HSL | 180º | 0.49% | 0.6% | - |
| HSV(B) | 180º | 0.49% | 0.8% | - |
| XYZ | 37.73 | 49.91 | 64.14 | - |
| YUV | 173.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 203 | 0.49 | 0 | 0 | 0.20 | 180 | 0.49 | 0.6 |
| Hex | 67 | CB | CB | 31 | 0 | 0 | 14 | B4 | 31 | 3C |
| Octal | 147 | 313 | 313 | 61 | 0 | 0 | 24 | 264 | 61 | 74 |
| Binary | 1100111 | 11001011 | 11001011 | 110001 | 0 | 0 | 10100 | 10110100 | 110001 | 111100 |
Color Harmonies of #67CBCB
Complementary color
Monochromatic Colors of #67CBCB
Black with #67CBCB
Text Example
Text Example
White with #67CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CBCB; }
p { color: rgb(103,203,203); }
H1.HeaderClassName
{
color: #67CBCB;
}
.AnyTagClassName
{
color: #67CBCB;
}
</style>
background-color css
<style>
a { background-color: #67CBCB; }
a { background-color: rgb(103,203,203); }
div.DivClassName
{
background-color: #67CBCB;
}
.BgClassName
{
background-color: #67CBCB;
}
</style>
border-color css
<style>
span { border-color: #67CBCB; }
span { border-color: rgb(103,203,203); }
td.TdClassName
{
border-color: #67CBCB;
}
.TagClassName
{
border-color: #67CBCB;
}
</style>