Shades of Seagull #72C3CF
Tints of Seagull #72C3CF
RGB
CMYK
RGB Variations
Color information
#72C3CF (or 0x72C3CF) is known color: Seagull. HEX triplet: 72, C3 and CF. RGB value is (114,195,207). Sum of RGB (Red+Green+Blue) = 114+195+207=516 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.09% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #72C3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C3CF is #8D3C30. Grayscale: #ACACAC. Windows color (decimal): -9255985 or 13615986. OLE color: 13615986.
HSL color Cylindrical-coordinate representation of color #72C3CF: hue angle of 187.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72C3CF is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 195 | 207 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.19 |
| HSL | 187.74º | 0.49% | 0.63% | - |
| HSV(B) | 187.74º | 0.45% | 0.81% | - |
| XYZ | 37.72 | 47.11 | 66.14 | - |
| YUV | 172.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 207 | 0.45 | 0.06 | 0 | 0.19 | 187.74 | 0.49 | 0.63 |
| Hex | 72 | C3 | CF | 2D | 6 | 0 | 13 | BC | 31 | 3F |
| Octal | 162 | 303 | 317 | 55 | 6 | 0 | 23 | 274 | 61 | 77 |
| Binary | 1110010 | 11000011 | 11001111 | 101101 | 110 | 0 | 10011 | 10111100 | 110001 | 111111 |
Color Harmonies of #72C3CF
Complementary color
Monochromatic Colors of #72C3CF
Black with #72C3CF
Text Example
Text Example
White with #72C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C3CF; }
p { color: rgb(114,195,207); }
H1.HeaderClassName
{
color: #72C3CF;
}
.AnyTagClassName
{
color: #72C3CF;
}
</style>
background-color css
<style>
a { background-color: #72C3CF; }
a { background-color: rgb(114,195,207); }
div.DivClassName
{
background-color: #72C3CF;
}
.BgClassName
{
background-color: #72C3CF;
}
</style>
border-color css
<style>
span { border-color: #72C3CF; }
span { border-color: rgb(114,195,207); }
td.TdClassName
{
border-color: #72C3CF;
}
.TagClassName
{
border-color: #72C3CF;
}
</style>