Shades of Seagull #84C2CA
Tints of Seagull #84C2CA
RGB
CMYK
RGB Variations
Color information
#84C2CA (or 0x84C2CA) is known color: Seagull. HEX triplet: 84, C2 and CA. RGB value is (132,194,202). Sum of RGB (Red+Green+Blue) = 132+194+202=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #84C2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C2CA is #7B3D35. Grayscale: #B0B0B0. Windows color (decimal): -8076598 or 13288068. OLE color: 13288068.
HSL color Cylindrical-coordinate representation of color #84C2CA: hue angle of 186.86º 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 #84C2CA is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 194 | 202 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.21 |
| HSL | 186.86º | 0.4% | 0.65% | - |
| HSV(B) | 186.86º | 0.35% | 0.79% | - |
| XYZ | 39.47 | 47.75 | 63.01 | - |
| YUV | 176.37 | 142.46 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 202 | 0.35 | 0.04 | 0 | 0.21 | 186.86 | 0.4 | 0.65 |
| Hex | 84 | C2 | CA | 23 | 4 | 0 | 15 | BB | 28 | 41 |
| Octal | 204 | 302 | 312 | 43 | 4 | 0 | 25 | 273 | 50 | 101 |
| Binary | 10000100 | 11000010 | 11001010 | 100011 | 100 | 0 | 10101 | 10111011 | 101000 | 1000001 |
Color Harmonies of #84C2CA
Complementary color
Monochromatic Colors of #84C2CA
Black with #84C2CA
Text Example
Text Example
White with #84C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C2CA; }
p { color: rgb(132,194,202); }
H1.HeaderClassName
{
color: #84C2CA;
}
.AnyTagClassName
{
color: #84C2CA;
}
</style>
background-color css
<style>
a { background-color: #84C2CA; }
a { background-color: rgb(132,194,202); }
div.DivClassName
{
background-color: #84C2CA;
}
.BgClassName
{
background-color: #84C2CA;
}
</style>
border-color css
<style>
span { border-color: #84C2CA; }
span { border-color: rgb(132,194,202); }
td.TdClassName
{
border-color: #84C2CA;
}
.TagClassName
{
border-color: #84C2CA;
}
</style>