Shades of Surf Crest #C3DABF
Tints of Surf Crest #C3DABF
RGB
CMYK
RGB Variations
Color information
#C3DABF (or 0xC3DABF) is known color: Surf Crest. HEX triplet: C3, DA and BF. RGB value is (195,218,191). Sum of RGB (Red+Green+Blue) = 195+218+191=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DABF is #3C2540. Grayscale: #D0D0D0. Windows color (decimal): -3941697 or 12573379. OLE color: 12573379.
HSL color Cylindrical-coordinate representation of color #C3DABF: hue angle of 111.11º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DABF is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 218 | 191 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.15 |
| HSL | 111.11º | 0.27% | 0.8% | - |
| HSV(B) | 111.11º | 0.12% | 0.85% | - |
| XYZ | 56.98 | 65.51 | 58.93 | - |
| YUV | 208.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 191 | 0.11 | 0 | 0.12 | 0.15 | 111.11 | 0.27 | 0.8 |
| Hex | C3 | DA | BF | B | 0 | C | F | 6F | 1B | 50 |
| Octal | 303 | 332 | 277 | 13 | 0 | 14 | 17 | 157 | 33 | 120 |
| Binary | 11000011 | 11011010 | 10111111 | 1011 | 0 | 1100 | 1111 | 1101111 | 11011 | 1010000 |
Color Harmonies of #C3DABF
Complementary color
Monochromatic Colors of #C3DABF
Black with #C3DABF
Text Example
Text Example
White with #C3DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DABF; }
p { color: rgb(195,218,191); }
H1.HeaderClassName
{
color: #C3DABF;
}
.AnyTagClassName
{
color: #C3DABF;
}
</style>
background-color css
<style>
a { background-color: #C3DABF; }
a { background-color: rgb(195,218,191); }
div.DivClassName
{
background-color: #C3DABF;
}
.BgClassName
{
background-color: #C3DABF;
}
</style>
border-color css
<style>
span { border-color: #C3DABF; }
span { border-color: rgb(195,218,191); }
td.TdClassName
{
border-color: #C3DABF;
}
.TagClassName
{
border-color: #C3DABF;
}
</style>