Shades of Seagull #69C0CA
Tints of Seagull #69C0CA
RGB
CMYK
RGB Variations
Color information
#69C0CA (or 0x69C0CA) is known color: Seagull. HEX triplet: 69, C0 and CA. RGB value is (105,192,202). Sum of RGB (Red+Green+Blue) = 105+192+202=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #69C0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C0CA is #963F35. Grayscale: #A7A7A7. Windows color (decimal): -9846582 or 13287529. OLE color: 13287529.
HSL color Cylindrical-coordinate representation of color #69C0CA: hue angle of 186.19º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C0CA is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 192 | 202 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.21 |
| HSL | 186.19º | 0.48% | 0.6% | - |
| HSV(B) | 186.19º | 0.48% | 0.79% | - |
| XYZ | 35.34 | 44.97 | 62.69 | - |
| YUV | 167.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 202 | 0.48 | 0.05 | 0 | 0.21 | 186.19 | 0.48 | 0.6 |
| Hex | 69 | C0 | CA | 30 | 5 | 0 | 15 | BA | 30 | 3C |
| Octal | 151 | 300 | 312 | 60 | 5 | 0 | 25 | 272 | 60 | 74 |
| Binary | 1101001 | 11000000 | 11001010 | 110000 | 101 | 0 | 10101 | 10111010 | 110000 | 111100 |
Color Harmonies of #69C0CA
Complementary color
Monochromatic Colors of #69C0CA
Black with #69C0CA
Text Example
Text Example
White with #69C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C0CA; }
p { color: rgb(105,192,202); }
H1.HeaderClassName
{
color: #69C0CA;
}
.AnyTagClassName
{
color: #69C0CA;
}
</style>
background-color css
<style>
a { background-color: #69C0CA; }
a { background-color: rgb(105,192,202); }
div.DivClassName
{
background-color: #69C0CA;
}
.BgClassName
{
background-color: #69C0CA;
}
</style>
border-color css
<style>
span { border-color: #69C0CA; }
span { border-color: rgb(105,192,202); }
td.TdClassName
{
border-color: #69C0CA;
}
.TagClassName
{
border-color: #69C0CA;
}
</style>