Shades of Surf Crest #C3DABA
Tints of Surf Crest #C3DABA
RGB
CMYK
RGB Variations
Color information
#C3DABA (or 0xC3DABA) is known color: Surf Crest. HEX triplet: C3, DA and BA. RGB value is (195,218,186). Sum of RGB (Red+Green+Blue) = 195+218+186=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DABA is #3C2545. Grayscale: #CFCFCF. Windows color (decimal): -3941702 or 12245699. OLE color: 12245699.
HSL color Cylindrical-coordinate representation of color #C3DABA: hue angle of 103.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3DABA is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 218 | 186 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.15 |
| HSL | 103.13º | 0.3% | 0.79% | - |
| HSV(B) | 103.13º | 0.15% | 0.85% | - |
| XYZ | 56.44 | 65.29 | 56.08 | - |
| YUV | 207.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 186 | 0.11 | 0 | 0.15 | 0.15 | 103.13 | 0.3 | 0.79 |
| Hex | C3 | DA | BA | B | 0 | F | F | 67 | 1E | 4F |
| Octal | 303 | 332 | 272 | 13 | 0 | 17 | 17 | 147 | 36 | 117 |
| Binary | 11000011 | 11011010 | 10111010 | 1011 | 0 | 1111 | 1111 | 1100111 | 11110 | 1001111 |
Color Harmonies of #C3DABA
Complementary color
Monochromatic Colors of #C3DABA
Black with #C3DABA
Text Example
Text Example
White with #C3DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DABA; }
p { color: rgb(195,218,186); }
H1.HeaderClassName
{
color: #C3DABA;
}
.AnyTagClassName
{
color: #C3DABA;
}
</style>
background-color css
<style>
a { background-color: #C3DABA; }
a { background-color: rgb(195,218,186); }
div.DivClassName
{
background-color: #C3DABA;
}
.BgClassName
{
background-color: #C3DABA;
}
</style>
border-color css
<style>
span { border-color: #C3DABA; }
span { border-color: rgb(195,218,186); }
td.TdClassName
{
border-color: #C3DABA;
}
.TagClassName
{
border-color: #C3DABA;
}
</style>