#C2D7BE

Color #C2D7BE Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C2D7BE

Tints of Surf Crest #C2D7BE

Color information

#C2D7BE (or 0xC2D7BE) is unknown color: approx Surf Crest. HEX triplet: C2, D7 and BE. RGB value is (194,215,190). Sum of RGB (Red+Green+Blue) = 194+215+190=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7BE is #3D2841. Grayscale: #CDCDCD. Windows color (decimal): -4008002 or 12507074. OLE color: 12507074.

HSL color Cylindrical-coordinate representation of color #C2D7BE: hue angle of 110.4º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D7BE is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB194215190-
CMYK0.1000.120.16
HSL110.4º23.81%79.41%-
HSV(B)110.4º11.63%84.31%-
XYZ55.8463.7958.08-
YUV205.87119.04119.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 32.39%
GREEN value IS 215 (84.38% from 255) = 35.89%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=32.39%
G=35.89%
B=31.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942151900.1000.120.16110.423.8179.41
HexC2D7BEA0C106e184f
Octal302327276120142015630117
Binary110000101101011110111110101001100100001101110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D7BE; }

 p { color: rgb(194,215,190); }

 H1.HeaderClassName
 {
   color: #C2D7BE;
 }
 .AnyTagClassName
 {
   color: #C2D7BE;
 }
</style>
background-color css

<style>
 a { background-color: #C2D7BE; }

 a { background-color: rgb(194,215,190); }

 div.DivClassName
 {
   background-color: #C2D7BE;
 }
 .BgClassName
 {
   background-color: #C2D7BE;
 }
</style>
border-color css

<style>
 span { border-color: #C2D7BE; }

 span { border-color: rgb(194,215,190); }

 td.TdClassName
 {
   border-color: #C2D7BE;
 }
 .TagClassName
 {
   border-color: #C2D7BE;
 }
</style>