#C2DCBE

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

Shades of Surf Crest #C2DCBE

Tints of Surf Crest #C2DCBE

Color information

#C2DCBE (or 0xC2DCBE) is unknown color: approx Surf Crest. HEX triplet: C2, DC and BE. RGB value is (194,220,190). Sum of RGB (Red+Green+Blue) = 194+220+190=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCBE is #3D2341. Grayscale: #D0D0D0. Windows color (decimal): -4006722 or 12508354. OLE color: 12508354.

HSL color Cylindrical-coordinate representation of color #C2DCBE: hue angle of 112º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2DCBE is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB194220190-
CMYK0.1200.140.14
HSL112º30%80.39%-
HSV(B)112º13.64%86.27%-
XYZ57.1466.3758.52-
YUV208.81117.39117.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.12%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=32.12%
G=36.42%
B=31.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942201900.1200.140.141123080.39
HexC2DCBEC0EE701e50
Octal302334276140161616036120
Binary11000010110111001011111011000111011101110000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCBE; }

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

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

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

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

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

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

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

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