Shades of Surf Crest #C4E0BD
Tints of Surf Crest #C4E0BD
RGB
CMYK
RGB Variations
Color information
#C4E0BD (or 0xC4E0BD) is known color: Surf Crest. HEX triplet: C4, E0 and BD. RGB value is (196,224,189). Sum of RGB (Red+Green+Blue) = 196+224+189=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E0BD is #3B1F42. Grayscale: #D3D3D3. Windows color (decimal): -3874627 or 12443844. OLE color: 12443844.
HSL color Cylindrical-coordinate representation of color #C4E0BD: hue angle of 108º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4E0BD is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 224 | 189 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.12 |
| HSL | 108º | 0.36% | 0.81% | - |
| HSV(B) | 108º | 0.16% | 0.88% | - |
| XYZ | 58.61 | 68.72 | 58.32 | - |
| YUV | 211.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 189 | 0.12 | 0 | 0.16 | 0.12 | 108 | 0.36 | 0.81 |
| Hex | C4 | E0 | BD | C | 0 | 10 | C | 6C | 24 | 51 |
| Octal | 304 | 340 | 275 | 14 | 0 | 20 | 14 | 154 | 44 | 121 |
| Binary | 11000100 | 11100000 | 10111101 | 1100 | 0 | 10000 | 1100 | 1101100 | 100100 | 1010001 |
Color Harmonies of #C4E0BD
Complementary color
Monochromatic Colors of #C4E0BD
Black with #C4E0BD
Text Example
Text Example
White with #C4E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E0BD; }
p { color: rgb(196,224,189); }
H1.HeaderClassName
{
color: #C4E0BD;
}
.AnyTagClassName
{
color: #C4E0BD;
}
</style>
background-color css
<style>
a { background-color: #C4E0BD; }
a { background-color: rgb(196,224,189); }
div.DivClassName
{
background-color: #C4E0BD;
}
.BgClassName
{
background-color: #C4E0BD;
}
</style>
border-color css
<style>
span { border-color: #C4E0BD; }
span { border-color: rgb(196,224,189); }
td.TdClassName
{
border-color: #C4E0BD;
}
.TagClassName
{
border-color: #C4E0BD;
}
</style>