Shades of Seagull #75C4CA
Tints of Seagull #75C4CA
RGB
CMYK
RGB Variations
Color information
#75C4CA (or 0x75C4CA) is known color: Seagull. HEX triplet: 75, C4 and CA. RGB value is (117,196,202). Sum of RGB (Red+Green+Blue) = 117+196+202=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #75C4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C4CA is #8A3B35. Grayscale: #ACACAC. Windows color (decimal): -9059126 or 13288565. OLE color: 13288565.
HSL color Cylindrical-coordinate representation of color #75C4CA: hue angle of 184.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C4CA is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 196 | 202 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.21 |
| HSL | 184.24º | 0.45% | 0.63% | - |
| HSV(B) | 184.24º | 0.42% | 0.79% | - |
| XYZ | 37.74 | 47.53 | 63.06 | - |
| YUV | 173.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 202 | 0.42 | 0.03 | 0 | 0.21 | 184.24 | 0.45 | 0.63 |
| Hex | 75 | C4 | CA | 2A | 3 | 0 | 15 | B8 | 2D | 3F |
| Octal | 165 | 304 | 312 | 52 | 3 | 0 | 25 | 270 | 55 | 77 |
| Binary | 1110101 | 11000100 | 11001010 | 101010 | 11 | 0 | 10101 | 10111000 | 101101 | 111111 |
Color Harmonies of #75C4CA
Complementary color
Monochromatic Colors of #75C4CA
Black with #75C4CA
Text Example
Text Example
White with #75C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C4CA; }
p { color: rgb(117,196,202); }
H1.HeaderClassName
{
color: #75C4CA;
}
.AnyTagClassName
{
color: #75C4CA;
}
</style>
background-color css
<style>
a { background-color: #75C4CA; }
a { background-color: rgb(117,196,202); }
div.DivClassName
{
background-color: #75C4CA;
}
.BgClassName
{
background-color: #75C4CA;
}
</style>
border-color css
<style>
span { border-color: #75C4CA; }
span { border-color: rgb(117,196,202); }
td.TdClassName
{
border-color: #75C4CA;
}
.TagClassName
{
border-color: #75C4CA;
}
</style>