Shades of Seagull #78B2D2
Tints of Seagull #78B2D2
RGB
CMYK
RGB Variations
Color information
#78B2D2 (or 0x78B2D2) is known color: Seagull. HEX triplet: 78, B2 and D2. RGB value is (120,178,210). Sum of RGB (Red+Green+Blue) = 120+178+210=508 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.62% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #78B2D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B2D2 is #874D2D. Grayscale: #A4A4A4. Windows color (decimal): -8867118 or 13808248. OLE color: 13808248.
HSL color Cylindrical-coordinate representation of color #78B2D2: hue angle of 201.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78B2D2 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 178 | 210 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.18 |
| HSL | 201.33º | 0.5% | 0.65% | - |
| HSV(B) | 201.33º | 0.43% | 0.82% | - |
| XYZ | 35.3 | 40.49 | 66.93 | - |
| YUV | 164.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 210 | 0.43 | 0.15 | 0 | 0.18 | 201.33 | 0.5 | 0.65 |
| Hex | 78 | B2 | D2 | 2B | F | 0 | 12 | C9 | 32 | 41 |
| Octal | 170 | 262 | 322 | 53 | 17 | 0 | 22 | 311 | 62 | 101 |
| Binary | 1111000 | 10110010 | 11010010 | 101011 | 1111 | 0 | 10010 | 11001001 | 110010 | 1000001 |
Color Harmonies of #78B2D2
Complementary color
Monochromatic Colors of #78B2D2
Black with #78B2D2
Text Example
Text Example
White with #78B2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B2D2; }
p { color: rgb(120,178,210); }
H1.HeaderClassName
{
color: #78B2D2;
}
.AnyTagClassName
{
color: #78B2D2;
}
</style>
background-color css
<style>
a { background-color: #78B2D2; }
a { background-color: rgb(120,178,210); }
div.DivClassName
{
background-color: #78B2D2;
}
.BgClassName
{
background-color: #78B2D2;
}
</style>
border-color css
<style>
span { border-color: #78B2D2; }
span { border-color: rgb(120,178,210); }
td.TdClassName
{
border-color: #78B2D2;
}
.TagClassName
{
border-color: #78B2D2;
}
</style>