Shades of Seagull #65C6CD
Tints of Seagull #65C6CD
RGB
CMYK
RGB Variations
Color information
#65C6CD (or 0x65C6CD) is known color: Seagull. HEX triplet: 65, C6 and CD. RGB value is (101,198,205). Sum of RGB (Red+Green+Blue) = 101+198+205=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #65C6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C6CD is #9A3932. Grayscale: #A9A9A9. Windows color (decimal): -10107187 or 13485669. OLE color: 13485669.
HSL color Cylindrical-coordinate representation of color #65C6CD: hue angle of 184.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65C6CD is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 198 | 205 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.20 |
| HSL | 184.04º | 0.51% | 0.6% | - |
| HSV(B) | 184.04º | 0.51% | 0.8% | - |
| XYZ | 36.58 | 47.56 | 65.01 | - |
| YUV | 169.8 | 147.86 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 205 | 0.51 | 0.03 | 0 | 0.20 | 184.04 | 0.51 | 0.6 |
| Hex | 65 | C6 | CD | 33 | 3 | 0 | 14 | B8 | 33 | 3C |
| Octal | 145 | 306 | 315 | 63 | 3 | 0 | 24 | 270 | 63 | 74 |
| Binary | 1100101 | 11000110 | 11001101 | 110011 | 11 | 0 | 10100 | 10111000 | 110011 | 111100 |
Color Harmonies of #65C6CD
Complementary color
Monochromatic Colors of #65C6CD
Black with #65C6CD
Text Example
Text Example
White with #65C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C6CD; }
p { color: rgb(101,198,205); }
H1.HeaderClassName
{
color: #65C6CD;
}
.AnyTagClassName
{
color: #65C6CD;
}
</style>
background-color css
<style>
a { background-color: #65C6CD; }
a { background-color: rgb(101,198,205); }
div.DivClassName
{
background-color: #65C6CD;
}
.BgClassName
{
background-color: #65C6CD;
}
</style>
border-color css
<style>
span { border-color: #65C6CD; }
span { border-color: rgb(101,198,205); }
td.TdClassName
{
border-color: #65C6CD;
}
.TagClassName
{
border-color: #65C6CD;
}
</style>