Shades of Spray #7CDBDA
Tints of Spray #7CDBDA
RGB
CMYK
RGB Variations
Color information
#7CDBDA (or 0x7CDBDA) is known color: Spray. HEX triplet: 7C, DB and DA. RGB value is (124,219,218). Sum of RGB (Red+Green+Blue) = 124+219+218=561 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.10% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDBDA is #832425. Grayscale: #BEBEBE. Windows color (decimal): -8594470 or 14343036. OLE color: 14343036.
HSL color Cylindrical-coordinate representation of color #7CDBDA: hue angle of 179.37º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDBDA is Cyan = 0.43, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 218 | - |
| CMYK | 0.43 | 0 | 0.00 | 0.14 |
| HSL | 179.37º | 0.57% | 0.67% | - |
| HSV(B) | 179.37º | 0.43% | 0.86% | - |
| XYZ | 46.3 | 60.01 | 75.47 | - |
| YUV | 190.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 218 | 0.43 | 0 | 0.00 | 0.14 | 179.37 | 0.57 | 0.67 |
| Hex | 7C | DB | DA | 2B | 0 | 0 | E | B3 | 39 | 43 |
| Octal | 174 | 333 | 332 | 53 | 0 | 0 | 16 | 263 | 71 | 103 |
| Binary | 1111100 | 11011011 | 11011010 | 101011 | 0 | 0 | 1110 | 10110011 | 111001 | 1000011 |
Color Harmonies of #7CDBDA
Complementary color
Monochromatic Colors of #7CDBDA
Black with #7CDBDA
Text Example
Text Example
White with #7CDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDBDA; }
p { color: rgb(124,219,218); }
H1.HeaderClassName
{
color: #7CDBDA;
}
.AnyTagClassName
{
color: #7CDBDA;
}
</style>
background-color css
<style>
a { background-color: #7CDBDA; }
a { background-color: rgb(124,219,218); }
div.DivClassName
{
background-color: #7CDBDA;
}
.BgClassName
{
background-color: #7CDBDA;
}
</style>
border-color css
<style>
span { border-color: #7CDBDA; }
span { border-color: rgb(124,219,218); }
td.TdClassName
{
border-color: #7CDBDA;
}
.TagClassName
{
border-color: #7CDBDA;
}
</style>