Shades of Spray #74CACF
Tints of Spray #74CACF
RGB
CMYK
RGB Variations
Color information
#74CACF (or 0x74CACF) is known color: Spray. HEX triplet: 74, CA and CF. RGB value is (116,202,207). Sum of RGB (Red+Green+Blue) = 116+202+207=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #74CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CACF is #8B3530. Grayscale: #B0B0B0. Windows color (decimal): -9123121 or 13617780. OLE color: 13617780.
HSL color Cylindrical-coordinate representation of color #74CACF: hue angle of 183.3º 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 #74CACF is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 202 | 207 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.19 |
| HSL | 183.3º | 0.49% | 0.63% | - |
| HSV(B) | 183.3º | 0.44% | 0.81% | - |
| XYZ | 39.59 | 50.46 | 66.68 | - |
| YUV | 176.86 | 145.01 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 207 | 0.44 | 0.02 | 0 | 0.19 | 183.3 | 0.49 | 0.63 |
| Hex | 74 | CA | CF | 2C | 2 | 0 | 13 | B7 | 31 | 3F |
| Octal | 164 | 312 | 317 | 54 | 2 | 0 | 23 | 267 | 61 | 77 |
| Binary | 1110100 | 11001010 | 11001111 | 101100 | 10 | 0 | 10011 | 10110111 | 110001 | 111111 |
Color Harmonies of #74CACF
Complementary color
Monochromatic Colors of #74CACF
Black with #74CACF
Text Example
Text Example
White with #74CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CACF; }
p { color: rgb(116,202,207); }
H1.HeaderClassName
{
color: #74CACF;
}
.AnyTagClassName
{
color: #74CACF;
}
</style>
background-color css
<style>
a { background-color: #74CACF; }
a { background-color: rgb(116,202,207); }
div.DivClassName
{
background-color: #74CACF;
}
.BgClassName
{
background-color: #74CACF;
}
</style>
border-color css
<style>
span { border-color: #74CACF; }
span { border-color: rgb(116,202,207); }
td.TdClassName
{
border-color: #74CACF;
}
.TagClassName
{
border-color: #74CACF;
}
</style>