Shades of Spray #74CFD0
Tints of Spray #74CFD0
RGB
CMYK
RGB Variations
Color information
#74CFD0 (or 0x74CFD0) is known color: Spray. HEX triplet: 74, CF and D0. RGB value is (116,207,208). Sum of RGB (Red+Green+Blue) = 116+207+208=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #74CFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFD0 is #8B302F. Grayscale: #B3B3B3. Windows color (decimal): -9121840 or 13684596. OLE color: 13684596.
HSL color Cylindrical-coordinate representation of color #74CFD0: hue angle of 180.65º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CFD0 is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 207 | 208 | - |
| CMYK | 0.44 | 0.00 | 0 | 0.18 |
| HSL | 180.65º | 0.49% | 0.64% | - |
| HSV(B) | 180.65º | 0.44% | 0.82% | - |
| XYZ | 40.9 | 52.89 | 67.73 | - |
| YUV | 179.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 208 | 0.44 | 0.00 | 0 | 0.18 | 180.65 | 0.49 | 0.64 |
| Hex | 74 | CF | D0 | 2C | 0 | 0 | 12 | B5 | 31 | 40 |
| Octal | 164 | 317 | 320 | 54 | 0 | 0 | 22 | 265 | 61 | 100 |
| Binary | 1110100 | 11001111 | 11010000 | 101100 | 0 | 0 | 10010 | 10110101 | 110001 | 1000000 |
Color Harmonies of #74CFD0
Complementary color
Monochromatic Colors of #74CFD0
Black with #74CFD0
Text Example
Text Example
White with #74CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFD0; }
p { color: rgb(116,207,208); }
H1.HeaderClassName
{
color: #74CFD0;
}
.AnyTagClassName
{
color: #74CFD0;
}
</style>
background-color css
<style>
a { background-color: #74CFD0; }
a { background-color: rgb(116,207,208); }
div.DivClassName
{
background-color: #74CFD0;
}
.BgClassName
{
background-color: #74CFD0;
}
</style>
border-color css
<style>
span { border-color: #74CFD0; }
span { border-color: rgb(116,207,208); }
td.TdClassName
{
border-color: #74CFD0;
}
.TagClassName
{
border-color: #74CFD0;
}
</style>