Shades of Surf Crest #C6E0B5
Tints of Surf Crest #C6E0B5
RGB
CMYK
RGB Variations
Color information
#C6E0B5 (or 0xC6E0B5) is known color: Surf Crest. HEX triplet: C6, E0 and B5. RGB value is (198,224,181). Sum of RGB (Red+Green+Blue) = 198+224+181=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6E0B5 is #391F4A. Grayscale: #D3D3D3. Windows color (decimal): -3743563 or 11919558. OLE color: 11919558.
HSL color Cylindrical-coordinate representation of color #C6E0B5: hue angle of 96.28º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6E0B5 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 181 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.12 |
| HSL | 96.28º | 0.41% | 0.79% | - |
| HSV(B) | 96.28º | 0.19% | 0.88% | - |
| XYZ | 58.28 | 68.65 | 53.9 | - |
| YUV | 211.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 181 | 0.12 | 0 | 0.19 | 0.12 | 96.28 | 0.41 | 0.79 |
| Hex | C6 | E0 | B5 | C | 0 | 13 | C | 60 | 29 | 4F |
| Octal | 306 | 340 | 265 | 14 | 0 | 23 | 14 | 140 | 51 | 117 |
| Binary | 11000110 | 11100000 | 10110101 | 1100 | 0 | 10011 | 1100 | 1100000 | 101001 | 1001111 |
Color Harmonies of #C6E0B5
Complementary color
Monochromatic Colors of #C6E0B5
Black with #C6E0B5
Text Example
Text Example
White with #C6E0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E0B5; }
p { color: rgb(198,224,181); }
H1.HeaderClassName
{
color: #C6E0B5;
}
.AnyTagClassName
{
color: #C6E0B5;
}
</style>
background-color css
<style>
a { background-color: #C6E0B5; }
a { background-color: rgb(198,224,181); }
div.DivClassName
{
background-color: #C6E0B5;
}
.BgClassName
{
background-color: #C6E0B5;
}
</style>
border-color css
<style>
span { border-color: #C6E0B5; }
span { border-color: rgb(198,224,181); }
td.TdClassName
{
border-color: #C6E0B5;
}
.TagClassName
{
border-color: #C6E0B5;
}
</style>