Shades of Downy #67EABB
Tints of Downy #67EABB
RGB
CMYK
RGB Variations
Color information
#67EABB (or 0x67EABB) is known color: Downy. HEX triplet: 67, EA and BB. RGB value is (103,234,187). Sum of RGB (Red+Green+Blue) = 103+234+187=524 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.66% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #67EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EABB is #981544. Grayscale: #BDBDBD. Windows color (decimal): -9966917 or 12315239. OLE color: 12315239.
HSL color Cylindrical-coordinate representation of color #67EABB: hue angle of 158.47º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67EABB is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 234 | 187 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.08 |
| HSL | 158.47º | 0.76% | 0.66% | - |
| HSV(B) | 158.47º | 0.56% | 0.92% | - |
| XYZ | 43.99 | 65.32 | 57.3 | - |
| YUV | 189.47 | 126.6 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 234 | 187 | 0.56 | 0 | 0.20 | 0.08 | 158.47 | 0.76 | 0.66 |
| Hex | 67 | EA | BB | 38 | 0 | 14 | 8 | 9E | 4C | 42 |
| Octal | 147 | 352 | 273 | 70 | 0 | 24 | 10 | 236 | 114 | 102 |
| Binary | 1100111 | 11101010 | 10111011 | 111000 | 0 | 10100 | 1000 | 10011110 | 1001100 | 1000010 |
Color Harmonies of #67EABB
Complementary color
Monochromatic Colors of #67EABB
Black with #67EABB
Text Example
Text Example
White with #67EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EABB; }
p { color: rgb(103,234,187); }
H1.HeaderClassName
{
color: #67EABB;
}
.AnyTagClassName
{
color: #67EABB;
}
</style>
background-color css
<style>
a { background-color: #67EABB; }
a { background-color: rgb(103,234,187); }
div.DivClassName
{
background-color: #67EABB;
}
.BgClassName
{
background-color: #67EABB;
}
</style>
border-color css
<style>
span { border-color: #67EABB; }
span { border-color: rgb(103,234,187); }
td.TdClassName
{
border-color: #67EABB;
}
.TagClassName
{
border-color: #67EABB;
}
</style>