Shades of Downy #67EABD
Tints of Downy #67EABD
RGB
CMYK
RGB Variations
Color information
#67EABD (or 0x67EABD) is known color: Downy. HEX triplet: 67, EA and BD. RGB value is (103,234,189). Sum of RGB (Red+Green+Blue) = 103+234+189=526 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.58% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #67EABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EABD is #981542. Grayscale: #BDBDBD. Windows color (decimal): -9966915 or 12446311. OLE color: 12446311.
HSL color Cylindrical-coordinate representation of color #67EABD: hue angle of 159.39º 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 #67EABD is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 234 | 189 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.08 |
| HSL | 159.39º | 0.76% | 0.66% | - |
| HSV(B) | 159.39º | 0.56% | 0.92% | - |
| XYZ | 44.2 | 65.4 | 58.44 | - |
| YUV | 189.7 | 127.6 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 234 | 189 | 0.56 | 0 | 0.19 | 0.08 | 159.39 | 0.76 | 0.66 |
| Hex | 67 | EA | BD | 38 | 0 | 13 | 8 | 9F | 4C | 42 |
| Octal | 147 | 352 | 275 | 70 | 0 | 23 | 10 | 237 | 114 | 102 |
| Binary | 1100111 | 11101010 | 10111101 | 111000 | 0 | 10011 | 1000 | 10011111 | 1001100 | 1000010 |
Color Harmonies of #67EABD
Complementary color
Monochromatic Colors of #67EABD
Black with #67EABD
Text Example
Text Example
White with #67EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EABD; }
p { color: rgb(103,234,189); }
H1.HeaderClassName
{
color: #67EABD;
}
.AnyTagClassName
{
color: #67EABD;
}
</style>
background-color css
<style>
a { background-color: #67EABD; }
a { background-color: rgb(103,234,189); }
div.DivClassName
{
background-color: #67EABD;
}
.BgClassName
{
background-color: #67EABD;
}
</style>
border-color css
<style>
span { border-color: #67EABD; }
span { border-color: rgb(103,234,189); }
td.TdClassName
{
border-color: #67EABD;
}
.TagClassName
{
border-color: #67EABD;
}
</style>