Shades of Surf Crest #C2DFBE
Tints of Surf Crest #C2DFBE
RGB
CMYK
RGB Variations
Color information
#C2DFBE (or 0xC2DFBE) is known color: Surf Crest. HEX triplet: C2, DF and BE. RGB value is (194,223,190). Sum of RGB (Red+Green+Blue) = 194+223+190=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFBE is #3D2041. Grayscale: #D2D2D2. Windows color (decimal): -4005954 or 12509122. OLE color: 12509122.
HSL color Cylindrical-coordinate representation of color #C2DFBE: hue angle of 112.73º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2DFBE is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 223 | 190 | - |
CMYK | 0.13 | 0 | 0.15 | 0.13 |
HSL | 112.73º | 0.34% | 0.81% | - |
HSV(B) | 112.73º | 0.15% | 0.87% | - |
XYZ | 57.93 | 67.96 | 58.78 | - |
YUV | 210.57 | 116.39 | 116.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 223 | 190 | 0.13 | 0 | 0.15 | 0.13 | 112.73 | 0.34 | 0.81 |
Hex | C2 | DF | BE | D | 0 | F | D | 71 | 22 | 51 |
Octal | 302 | 337 | 276 | 15 | 0 | 17 | 15 | 161 | 42 | 121 |
Binary | 11000010 | 11011111 | 10111110 | 1101 | 0 | 1111 | 1101 | 1110001 | 100010 | 1010001 |
Color Harmonies of #C2DFBE
Complementary color
Monochromatic Colors of #C2DFBE
Black with #C2DFBE
Text Example
Text Example
White with #C2DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFBE; }
p { color: rgb(194,223,190); }
H1.HeaderClassName
{
color: #C2DFBE;
}
.AnyTagClassName
{
color: #C2DFBE;
}
</style>
background-color css
<style>
a { background-color: #C2DFBE; }
a { background-color: rgb(194,223,190); }
div.DivClassName
{
background-color: #C2DFBE;
}
.BgClassName
{
background-color: #C2DFBE;
}
</style>
border-color css
<style>
span { border-color: #C2DFBE; }
span { border-color: rgb(194,223,190); }
td.TdClassName
{
border-color: #C2DFBE;
}
.TagClassName
{
border-color: #C2DFBE;
}
</style>