Shades of Downy #74CFCB
Tints of Downy #74CFCB
RGB
CMYK
RGB Variations
Color information
#74CFCB (or 0x74CFCB) is known color: Downy. HEX triplet: 74, CF and CB. RGB value is (116,207,203). Sum of RGB (Red+Green+Blue) = 116+207+203=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFCB is #8B3034. Grayscale: #B3B3B3. Windows color (decimal): -9121845 or 13356916. OLE color: 13356916.
HSL color Cylindrical-coordinate representation of color #74CFCB: hue angle of 177.36º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CFCB is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 203 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.19 |
| HSL | 177.36º | 0.49% | 0.63% | - |
| HSV(B) | 177.36º | 0.44% | 0.81% | - |
| XYZ | 40.29 | 52.65 | 64.54 | - |
| YUV | 179.34 | 141.35 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 203 | 0.44 | 0 | 0.02 | 0.19 | 177.36 | 0.49 | 0.63 |
| Hex | 74 | CF | CB | 2C | 0 | 2 | 13 | B1 | 31 | 3F |
| Octal | 164 | 317 | 313 | 54 | 0 | 2 | 23 | 261 | 61 | 77 |
| Binary | 1110100 | 11001111 | 11001011 | 101100 | 0 | 10 | 10011 | 10110001 | 110001 | 111111 |
Color Harmonies of #74CFCB
Complementary color
Monochromatic Colors of #74CFCB
Black with #74CFCB
Text Example
Text Example
White with #74CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFCB; }
p { color: rgb(116,207,203); }
H1.HeaderClassName
{
color: #74CFCB;
}
.AnyTagClassName
{
color: #74CFCB;
}
</style>
background-color css
<style>
a { background-color: #74CFCB; }
a { background-color: rgb(116,207,203); }
div.DivClassName
{
background-color: #74CFCB;
}
.BgClassName
{
background-color: #74CFCB;
}
</style>
border-color css
<style>
span { border-color: #74CFCB; }
span { border-color: rgb(116,207,203); }
td.TdClassName
{
border-color: #74CFCB;
}
.TagClassName
{
border-color: #74CFCB;
}
</style>