Shades of Spray #74D2DD
Tints of Spray #74D2DD
RGB
CMYK
RGB Variations
Color information
#74D2DD (or 0x74D2DD) is known color: Spray. HEX triplet: 74, D2 and DD. RGB value is (116,210,221). Sum of RGB (Red+Green+Blue) = 116+210+221=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #74D2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D2DD is #8B2D22. Grayscale: #B7B7B7. Windows color (decimal): -9121059 or 14537332. OLE color: 14537332.
HSL color Cylindrical-coordinate representation of color #74D2DD: hue angle of 186.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74D2DD is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 210 | 221 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.13 |
| HSL | 186.29º | 0.61% | 0.66% | - |
| HSV(B) | 186.29º | 0.48% | 0.87% | - |
| XYZ | 43.3 | 55.03 | 76.75 | - |
| YUV | 183.15 | 149.36 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 221 | 0.48 | 0.05 | 0 | 0.13 | 186.29 | 0.61 | 0.66 |
| Hex | 74 | D2 | DD | 30 | 5 | 0 | D | BA | 3D | 42 |
| Octal | 164 | 322 | 335 | 60 | 5 | 0 | 15 | 272 | 75 | 102 |
| Binary | 1110100 | 11010010 | 11011101 | 110000 | 101 | 0 | 1101 | 10111010 | 111101 | 1000010 |
Color Harmonies of #74D2DD
Complementary color
Monochromatic Colors of #74D2DD
Black with #74D2DD
Text Example
Text Example
White with #74D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D2DD; }
p { color: rgb(116,210,221); }
H1.HeaderClassName
{
color: #74D2DD;
}
.AnyTagClassName
{
color: #74D2DD;
}
</style>
background-color css
<style>
a { background-color: #74D2DD; }
a { background-color: rgb(116,210,221); }
div.DivClassName
{
background-color: #74D2DD;
}
.BgClassName
{
background-color: #74D2DD;
}
</style>
border-color css
<style>
span { border-color: #74D2DD; }
span { border-color: rgb(116,210,221); }
td.TdClassName
{
border-color: #74D2DD;
}
.TagClassName
{
border-color: #74D2DD;
}
</style>