Shades of Surf Crest #C2EAB9
Tints of Surf Crest #C2EAB9
RGB
CMYK
RGB Variations
Color information
#C2EAB9 (or 0xC2EAB9) is known color: Surf Crest. HEX triplet: C2, EA and B9. RGB value is (194,234,185). Sum of RGB (Red+Green+Blue) = 194+234+185=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EAB9 is #3D1546. Grayscale: #D8D8D8. Windows color (decimal): -4003143 or 12184258. OLE color: 12184258.
HSL color Cylindrical-coordinate representation of color #C2EAB9: hue angle of 108.98º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EAB9 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
RGB | 194 | 234 | 185 | - |
CMYK | 0.17 | 0 | 0.21 | 0.08 |
HSL | 108.98º | 0.54% | 0.82% | - |
HSV(B) | 108.98º | 0.21% | 0.92% | - |
XYZ | 60.43 | 73.82 | 56.96 | - |
YUV | 216.45 | 110.25 | 111.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 234 | 185 | 0.17 | 0 | 0.21 | 0.08 | 108.98 | 0.54 | 0.82 |
Hex | C2 | EA | B9 | 11 | 0 | 15 | 8 | 6D | 36 | 52 |
Octal | 302 | 352 | 271 | 21 | 0 | 25 | 10 | 155 | 66 | 122 |
Binary | 11000010 | 11101010 | 10111001 | 10001 | 0 | 10101 | 1000 | 1101101 | 110110 | 1010010 |
Color Harmonies of #C2EAB9
Complementary color
Monochromatic Colors of #C2EAB9
Black with #C2EAB9
Text Example
Text Example
White with #C2EAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EAB9; }
p { color: rgb(194,234,185); }
H1.HeaderClassName
{
color: #C2EAB9;
}
.AnyTagClassName
{
color: #C2EAB9;
}
</style>
background-color css
<style>
a { background-color: #C2EAB9; }
a { background-color: rgb(194,234,185); }
div.DivClassName
{
background-color: #C2EAB9;
}
.BgClassName
{
background-color: #C2EAB9;
}
</style>
border-color css
<style>
span { border-color: #C2EAB9; }
span { border-color: rgb(194,234,185); }
td.TdClassName
{
border-color: #C2EAB9;
}
.TagClassName
{
border-color: #C2EAB9;
}
</style>