Shades of Downy #67CABA
Tints of Downy #67CABA
RGB
CMYK
RGB Variations
Color information
#67CABA (or 0x67CABA) is known color: Downy. HEX triplet: 67, CA and BA. RGB value is (103,202,186). Sum of RGB (Red+Green+Blue) = 103+202+186=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #67CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CABA is #983545. Grayscale: #AAAAAA. Windows color (decimal): -9975110 or 12241511. OLE color: 12241511.
HSL color Cylindrical-coordinate representation of color #67CABA: hue angle of 170.3º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67CABA is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 202 | 186 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.21 |
| HSL | 170.3º | 0.48% | 0.6% | - |
| HSV(B) | 170.3º | 0.49% | 0.79% | - |
| XYZ | 35.58 | 48.67 | 53.97 | - |
| YUV | 170.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 186 | 0.49 | 0 | 0.08 | 0.21 | 170.3 | 0.48 | 0.6 |
| Hex | 67 | CA | BA | 31 | 0 | 8 | 15 | AA | 30 | 3C |
| Octal | 147 | 312 | 272 | 61 | 0 | 10 | 25 | 252 | 60 | 74 |
| Binary | 1100111 | 11001010 | 10111010 | 110001 | 0 | 1000 | 10101 | 10101010 | 110000 | 111100 |
Color Harmonies of #67CABA
Complementary color
Monochromatic Colors of #67CABA
Black with #67CABA
Text Example
Text Example
White with #67CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CABA; }
p { color: rgb(103,202,186); }
H1.HeaderClassName
{
color: #67CABA;
}
.AnyTagClassName
{
color: #67CABA;
}
</style>
background-color css
<style>
a { background-color: #67CABA; }
a { background-color: rgb(103,202,186); }
div.DivClassName
{
background-color: #67CABA;
}
.BgClassName
{
background-color: #67CABA;
}
</style>
border-color css
<style>
span { border-color: #67CABA; }
span { border-color: rgb(103,202,186); }
td.TdClassName
{
border-color: #67CABA;
}
.TagClassName
{
border-color: #67CABA;
}
</style>