Shades of Surf Crest #C1E2BA
Tints of Surf Crest #C1E2BA
RGB
CMYK
RGB Variations
Color information
#C1E2BA (or 0xC1E2BA) is known color: Surf Crest. HEX triplet: C1, E2 and BA. RGB value is (193,226,186). Sum of RGB (Red+Green+Blue) = 193+226+186=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #C1E2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E2BA is #3E1D45. Grayscale: #D3D3D3. Windows color (decimal): -4070726 or 12247745. OLE color: 12247745.
HSL color Cylindrical-coordinate representation of color #C1E2BA: hue angle of 109.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1E2BA is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 226 | 186 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.11 |
| HSL | 109.5º | 0.41% | 0.81% | - |
| HSV(B) | 109.5º | 0.18% | 0.89% | - |
| XYZ | 58.05 | 69.28 | 56.77 | - |
| YUV | 211.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 226 | 186 | 0.15 | 0 | 0.18 | 0.11 | 109.5 | 0.41 | 0.81 |
| Hex | C1 | E2 | BA | F | 0 | 12 | B | 6E | 29 | 51 |
| Octal | 301 | 342 | 272 | 17 | 0 | 22 | 13 | 156 | 51 | 121 |
| Binary | 11000001 | 11100010 | 10111010 | 1111 | 0 | 10010 | 1011 | 1101110 | 101001 | 1010001 |
Color Harmonies of #C1E2BA
Complementary color
Monochromatic Colors of #C1E2BA
Black with #C1E2BA
Text Example
Text Example
White with #C1E2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E2BA; }
p { color: rgb(193,226,186); }
H1.HeaderClassName
{
color: #C1E2BA;
}
.AnyTagClassName
{
color: #C1E2BA;
}
</style>
background-color css
<style>
a { background-color: #C1E2BA; }
a { background-color: rgb(193,226,186); }
div.DivClassName
{
background-color: #C1E2BA;
}
.BgClassName
{
background-color: #C1E2BA;
}
</style>
border-color css
<style>
span { border-color: #C1E2BA; }
span { border-color: rgb(193,226,186); }
td.TdClassName
{
border-color: #C1E2BA;
}
.TagClassName
{
border-color: #C1E2BA;
}
</style>