Shades of Spray #74CED4
Tints of Spray #74CED4
RGB
CMYK
RGB Variations
Color information
#74CED4 (or 0x74CED4) is known color: Spray. HEX triplet: 74, CE and D4. RGB value is (116,206,212). Sum of RGB (Red+Green+Blue) = 116+206+212=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 212 - color contains mainly: blue. Hex color #74CED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CED4 is #8B312B. Grayscale: #B3B3B3. Windows color (decimal): -9122092 or 13946484. OLE color: 13946484.
HSL color Cylindrical-coordinate representation of color #74CED4: hue angle of 183.75º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74CED4 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 206 | 212 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.17 |
| HSL | 183.75º | 0.53% | 0.64% | - |
| HSV(B) | 183.75º | 0.45% | 0.83% | - |
| XYZ | 41.16 | 52.61 | 70.27 | - |
| YUV | 179.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 212 | 0.45 | 0.03 | 0 | 0.17 | 183.75 | 0.53 | 0.64 |
| Hex | 74 | CE | D4 | 2D | 3 | 0 | 11 | B8 | 35 | 40 |
| Octal | 164 | 316 | 324 | 55 | 3 | 0 | 21 | 270 | 65 | 100 |
| Binary | 1110100 | 11001110 | 11010100 | 101101 | 11 | 0 | 10001 | 10111000 | 110101 | 1000000 |
Color Harmonies of #74CED4
Complementary color
Monochromatic Colors of #74CED4
Black with #74CED4
Text Example
Text Example
White with #74CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CED4; }
p { color: rgb(116,206,212); }
H1.HeaderClassName
{
color: #74CED4;
}
.AnyTagClassName
{
color: #74CED4;
}
</style>
background-color css
<style>
a { background-color: #74CED4; }
a { background-color: rgb(116,206,212); }
div.DivClassName
{
background-color: #74CED4;
}
.BgClassName
{
background-color: #74CED4;
}
</style>
border-color css
<style>
span { border-color: #74CED4; }
span { border-color: rgb(116,206,212); }
td.TdClassName
{
border-color: #74CED4;
}
.TagClassName
{
border-color: #74CED4;
}
</style>