Shades of Seagull #72C0C9
Tints of Seagull #72C0C9
RGB
CMYK
RGB Variations
Color information
#72C0C9 (or 0x72C0C9) is known color: Seagull. HEX triplet: 72, C0 and C9. RGB value is (114,192,201). Sum of RGB (Red+Green+Blue) = 114+192+201=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #72C0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C0C9 is #8D3F36. Grayscale: #A9A9A9. Windows color (decimal): -9256759 or 13222002. OLE color: 13222002.
HSL color Cylindrical-coordinate representation of color #72C0C9: hue angle of 186.21º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C0C9 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 192 | 201 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.21 |
| HSL | 186.21º | 0.45% | 0.62% | - |
| HSV(B) | 186.21º | 0.43% | 0.79% | - |
| XYZ | 36.33 | 45.49 | 62.12 | - |
| YUV | 169.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 201 | 0.43 | 0.04 | 0 | 0.21 | 186.21 | 0.45 | 0.62 |
| Hex | 72 | C0 | C9 | 2B | 4 | 0 | 15 | BA | 2D | 3E |
| Octal | 162 | 300 | 311 | 53 | 4 | 0 | 25 | 272 | 55 | 76 |
| Binary | 1110010 | 11000000 | 11001001 | 101011 | 100 | 0 | 10101 | 10111010 | 101101 | 111110 |
Color Harmonies of #72C0C9
Complementary color
Monochromatic Colors of #72C0C9
Black with #72C0C9
Text Example
Text Example
White with #72C0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C0C9; }
p { color: rgb(114,192,201); }
H1.HeaderClassName
{
color: #72C0C9;
}
.AnyTagClassName
{
color: #72C0C9;
}
</style>
background-color css
<style>
a { background-color: #72C0C9; }
a { background-color: rgb(114,192,201); }
div.DivClassName
{
background-color: #72C0C9;
}
.BgClassName
{
background-color: #72C0C9;
}
</style>
border-color css
<style>
span { border-color: #72C0C9; }
span { border-color: rgb(114,192,201); }
td.TdClassName
{
border-color: #72C0C9;
}
.TagClassName
{
border-color: #72C0C9;
}
</style>