#C2DBBF

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

Shades of Surf Crest #C2DBBF

Tints of Surf Crest #C2DBBF

Color information

#C2DBBF (or 0xC2DBBF) is unknown color: approx Surf Crest. HEX triplet: C2, DB and BF. RGB value is (194,219,191). Sum of RGB (Red+Green+Blue) = 194+219+191=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBBF is #3D2440. Grayscale: #D0D0D0. Windows color (decimal): -4006977 or 12573634. OLE color: 12573634.

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

Color convert

RGB194219191-
CMYK0.1100.130.14
HSL113.57º28%80.39%-
HSV(B)113.57º12.79%85.88%-
XYZ56.9865.8959.01-
YUV208.33118.22117.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.12%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 191 (75% from 255) = 31.62%
R=32.12%
G=36.26%
B=31.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942191910.1100.130.14113.572880.39
HexC2DBBFB0DE721c50
Octal302333277130151616234120
Binary11000010110110111011111110110110111101110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBBF; }

 p { color: rgb(194,219,191); }

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

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

 a { background-color: rgb(194,219,191); }

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

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

 span { border-color: rgb(194,219,191); }

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