Shades of Seagull #72C1DC
Tints of Seagull #72C1DC
RGB
CMYK
RGB Variations
Color information
#72C1DC (or 0x72C1DC) is known color: Seagull. HEX triplet: 72, C1 and DC. RGB value is (114,193,220). Sum of RGB (Red+Green+Blue) = 114+193+220=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #72C1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C1DC is #8D3E23. Grayscale: #ACACAC. Windows color (decimal): -9256484 or 14467442. OLE color: 14467442.
HSL color Cylindrical-coordinate representation of color #72C1DC: hue angle of 195.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72C1DC is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 193 | 220 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.14 |
| HSL | 195.28º | 0.6% | 0.65% | - |
| HSV(B) | 195.28º | 0.48% | 0.86% | - |
| XYZ | 38.93 | 46.88 | 74.71 | - |
| YUV | 172.46 | 154.83 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 220 | 0.48 | 0.12 | 0 | 0.14 | 195.28 | 0.6 | 0.65 |
| Hex | 72 | C1 | DC | 30 | C | 0 | E | C3 | 3C | 41 |
| Octal | 162 | 301 | 334 | 60 | 14 | 0 | 16 | 303 | 74 | 101 |
| Binary | 1110010 | 11000001 | 11011100 | 110000 | 1100 | 0 | 1110 | 11000011 | 111100 | 1000001 |
Color Harmonies of #72C1DC
Complementary color
Monochromatic Colors of #72C1DC
Black with #72C1DC
Text Example
Text Example
White with #72C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C1DC; }
p { color: rgb(114,193,220); }
H1.HeaderClassName
{
color: #72C1DC;
}
.AnyTagClassName
{
color: #72C1DC;
}
</style>
background-color css
<style>
a { background-color: #72C1DC; }
a { background-color: rgb(114,193,220); }
div.DivClassName
{
background-color: #72C1DC;
}
.BgClassName
{
background-color: #72C1DC;
}
</style>
border-color css
<style>
span { border-color: #72C1DC; }
span { border-color: rgb(114,193,220); }
td.TdClassName
{
border-color: #72C1DC;
}
.TagClassName
{
border-color: #72C1DC;
}
</style>