Shades of Seagull #75C2DA
Tints of Seagull #75C2DA
RGB
CMYK
RGB Variations
Color information
#75C2DA (or 0x75C2DA) is known color: Seagull. HEX triplet: 75, C2 and DA. RGB value is (117,194,218). Sum of RGB (Red+Green+Blue) = 117+194+218=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #75C2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C2DA is #8A3D25. Grayscale: #ADADAD. Windows color (decimal): -9059622 or 14336629. OLE color: 14336629.
HSL color Cylindrical-coordinate representation of color #75C2DA: hue angle of 194.26º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75C2DA is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 194 | 218 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.15 |
| HSL | 194.26º | 0.58% | 0.66% | - |
| HSV(B) | 194.26º | 0.46% | 0.85% | - |
| XYZ | 39.28 | 47.43 | 73.41 | - |
| YUV | 173.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 218 | 0.46 | 0.11 | 0 | 0.15 | 194.26 | 0.58 | 0.66 |
| Hex | 75 | C2 | DA | 2E | B | 0 | F | C2 | 3A | 42 |
| Octal | 165 | 302 | 332 | 56 | 13 | 0 | 17 | 302 | 72 | 102 |
| Binary | 1110101 | 11000010 | 11011010 | 101110 | 1011 | 0 | 1111 | 11000010 | 111010 | 1000010 |
Color Harmonies of #75C2DA
Complementary color
Monochromatic Colors of #75C2DA
Black with #75C2DA
Text Example
Text Example
White with #75C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C2DA; }
p { color: rgb(117,194,218); }
H1.HeaderClassName
{
color: #75C2DA;
}
.AnyTagClassName
{
color: #75C2DA;
}
</style>
background-color css
<style>
a { background-color: #75C2DA; }
a { background-color: rgb(117,194,218); }
div.DivClassName
{
background-color: #75C2DA;
}
.BgClassName
{
background-color: #75C2DA;
}
</style>
border-color css
<style>
span { border-color: #75C2DA; }
span { border-color: rgb(117,194,218); }
td.TdClassName
{
border-color: #75C2DA;
}
.TagClassName
{
border-color: #75C2DA;
}
</style>