Shades of Seagull #84C0CA
Tints of Seagull #84C0CA
RGB
CMYK
RGB Variations
Color information
#84C0CA (or 0x84C0CA) is known color: Seagull. HEX triplet: 84, C0 and CA. RGB value is (132,192,202). Sum of RGB (Red+Green+Blue) = 132+192+202=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #84C0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C0CA is #7B3F35. Grayscale: #AFAFAF. Windows color (decimal): -8077110 or 13287556. OLE color: 13287556.
HSL color Cylindrical-coordinate representation of color #84C0CA: hue angle of 188.57º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C0CA is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 192 | 202 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.21 |
| HSL | 188.57º | 0.4% | 0.65% | - |
| HSV(B) | 188.57º | 0.35% | 0.79% | - |
| XYZ | 39.03 | 46.87 | 62.87 | - |
| YUV | 175.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 202 | 0.35 | 0.05 | 0 | 0.21 | 188.57 | 0.4 | 0.65 |
| Hex | 84 | C0 | CA | 23 | 5 | 0 | 15 | BD | 28 | 41 |
| Octal | 204 | 300 | 312 | 43 | 5 | 0 | 25 | 275 | 50 | 101 |
| Binary | 10000100 | 11000000 | 11001010 | 100011 | 101 | 0 | 10101 | 10111101 | 101000 | 1000001 |
Color Harmonies of #84C0CA
Complementary color
Monochromatic Colors of #84C0CA
Black with #84C0CA
Text Example
Text Example
White with #84C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C0CA; }
p { color: rgb(132,192,202); }
H1.HeaderClassName
{
color: #84C0CA;
}
.AnyTagClassName
{
color: #84C0CA;
}
</style>
background-color css
<style>
a { background-color: #84C0CA; }
a { background-color: rgb(132,192,202); }
div.DivClassName
{
background-color: #84C0CA;
}
.BgClassName
{
background-color: #84C0CA;
}
</style>
border-color css
<style>
span { border-color: #84C0CA; }
span { border-color: rgb(132,192,202); }
td.TdClassName
{
border-color: #84C0CA;
}
.TagClassName
{
border-color: #84C0CA;
}
</style>