Shades of Oyster Bay #C6F7F5
Tints of Oyster Bay #C6F7F5
RGB
CMYK
RGB Variations
Color information
#C6F7F5 (or 0xC6F7F5) is known color: Oyster Bay. HEX triplet: C6, F7 and F5. RGB value is (198,247,245). Sum of RGB (Red+Green+Blue) = 198+247+245=690 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.70% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F7F5 is #39080A. Grayscale: #E8E8E8. Windows color (decimal): -3737611 or 16119750. OLE color: 16119750.
HSL color Cylindrical-coordinate representation of color #C6F7F5: hue angle of 177.55º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6F7F5 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 247 | 245 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.03 |
| HSL | 177.55º | 0.75% | 0.87% | - |
| HSV(B) | 177.55º | 0.2% | 0.97% | - |
| XYZ | 73.03 | 85.12 | 98.97 | - |
| YUV | 232.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 247 | 245 | 0.20 | 0 | 0.01 | 0.03 | 177.55 | 0.75 | 0.87 |
| Hex | C6 | F7 | F5 | 14 | 0 | 1 | 3 | B2 | 4B | 57 |
| Octal | 306 | 367 | 365 | 24 | 0 | 1 | 3 | 262 | 113 | 127 |
| Binary | 11000110 | 11110111 | 11110101 | 10100 | 0 | 1 | 11 | 10110010 | 1001011 | 1010111 |
Color Harmonies of #C6F7F5
Complementary color
Monochromatic Colors of #C6F7F5
Black with #C6F7F5
Text Example
Text Example
White with #C6F7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F7F5; }
p { color: rgb(198,247,245); }
H1.HeaderClassName
{
color: #C6F7F5;
}
.AnyTagClassName
{
color: #C6F7F5;
}
</style>
background-color css
<style>
a { background-color: #C6F7F5; }
a { background-color: rgb(198,247,245); }
div.DivClassName
{
background-color: #C6F7F5;
}
.BgClassName
{
background-color: #C6F7F5;
}
</style>
border-color css
<style>
span { border-color: #C6F7F5; }
span { border-color: rgb(198,247,245); }
td.TdClassName
{
border-color: #C6F7F5;
}
.TagClassName
{
border-color: #C6F7F5;
}
</style>