Shades of Downy #6CCABF
Tints of Downy #6CCABF
RGB
CMYK
RGB Variations
Color information
#6CCABF (or 0x6CCABF) is known color: Downy. HEX triplet: 6C, CA and BF. RGB value is (108,202,191). Sum of RGB (Red+Green+Blue) = 108+202+191=501 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.56% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCABF is #933540. Grayscale: #ACACAC. Windows color (decimal): -9647425 or 12569196. OLE color: 12569196.
HSL color Cylindrical-coordinate representation of color #6CCABF: hue angle of 172.98º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCABF is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 191 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.21 |
| HSL | 172.98º | 0.47% | 0.61% | - |
| HSV(B) | 172.98º | 0.47% | 0.79% | - |
| XYZ | 36.71 | 49.19 | 56.85 | - |
| YUV | 172.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 191 | 0.47 | 0 | 0.05 | 0.21 | 172.98 | 0.47 | 0.61 |
| Hex | 6C | CA | BF | 2F | 0 | 5 | 15 | AD | 2F | 3D |
| Octal | 154 | 312 | 277 | 57 | 0 | 5 | 25 | 255 | 57 | 75 |
| Binary | 1101100 | 11001010 | 10111111 | 101111 | 0 | 101 | 10101 | 10101101 | 101111 | 111101 |
Color Harmonies of #6CCABF
Complementary color
Monochromatic Colors of #6CCABF
Black with #6CCABF
Text Example
Text Example
White with #6CCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCABF; }
p { color: rgb(108,202,191); }
H1.HeaderClassName
{
color: #6CCABF;
}
.AnyTagClassName
{
color: #6CCABF;
}
</style>
background-color css
<style>
a { background-color: #6CCABF; }
a { background-color: rgb(108,202,191); }
div.DivClassName
{
background-color: #6CCABF;
}
.BgClassName
{
background-color: #6CCABF;
}
</style>
border-color css
<style>
span { border-color: #6CCABF; }
span { border-color: rgb(108,202,191); }
td.TdClassName
{
border-color: #6CCABF;
}
.TagClassName
{
border-color: #6CCABF;
}
</style>