Shades of Surf Crest #C3E1BA
Tints of Surf Crest #C3E1BA
RGB
CMYK
RGB Variations
Color information
#C3E1BA (or 0xC3E1BA) is known color: Surf Crest. HEX triplet: C3, E1 and BA. RGB value is (195,225,186). Sum of RGB (Red+Green+Blue) = 195+225+186=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E1BA is #3C1E45. Grayscale: #D3D3D3. Windows color (decimal): -3939910 or 12247491. OLE color: 12247491.
HSL color Cylindrical-coordinate representation of color #C3E1BA: hue angle of 106.15º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3E1BA is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 186 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.12 |
| HSL | 106.15º | 0.39% | 0.81% | - |
| HSV(B) | 106.15º | 0.17% | 0.88% | - |
| XYZ | 58.29 | 69 | 56.7 | - |
| YUV | 211.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 186 | 0.13 | 0 | 0.17 | 0.12 | 106.15 | 0.39 | 0.81 |
| Hex | C3 | E1 | BA | D | 0 | 11 | C | 6A | 27 | 51 |
| Octal | 303 | 341 | 272 | 15 | 0 | 21 | 14 | 152 | 47 | 121 |
| Binary | 11000011 | 11100001 | 10111010 | 1101 | 0 | 10001 | 1100 | 1101010 | 100111 | 1010001 |
Color Harmonies of #C3E1BA
Complementary color
Monochromatic Colors of #C3E1BA
Black with #C3E1BA
Text Example
Text Example
White with #C3E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E1BA; }
p { color: rgb(195,225,186); }
H1.HeaderClassName
{
color: #C3E1BA;
}
.AnyTagClassName
{
color: #C3E1BA;
}
</style>
background-color css
<style>
a { background-color: #C3E1BA; }
a { background-color: rgb(195,225,186); }
div.DivClassName
{
background-color: #C3E1BA;
}
.BgClassName
{
background-color: #C3E1BA;
}
</style>
border-color css
<style>
span { border-color: #C3E1BA; }
span { border-color: rgb(195,225,186); }
td.TdClassName
{
border-color: #C3E1BA;
}
.TagClassName
{
border-color: #C3E1BA;
}
</style>