#C2E1BC

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

Shades of Surf Crest #C2E1BC

Tints of Surf Crest #C2E1BC

Color information

#C2E1BC (or 0xC2E1BC) is unknown color: approx Surf Crest. HEX triplet: C2, E1 and BC. RGB value is (194,225,188). Sum of RGB (Red+Green+Blue) = 194+225+188=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1BC is #3D1E43. Grayscale: #D3D3D3. Windows color (decimal): -4005444 or 12378562. OLE color: 12378562.

HSL color Cylindrical-coordinate representation of color #C2E1BC: hue angle of 110.27º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E1BC is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB194225188-
CMYK0.1400.160.12
HSL110.27º38.14%80.98%-
HSV(B)110.27º16.44%88.24%-
XYZ58.2568.9557.82-
YUV211.51114.73115.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.96%
GREEN value IS 225 (88.28% from 255) = 37.07%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=31.96%
G=37.07%
B=30.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942251880.1400.160.12110.2738.1480.98
HexC2E1BCE010C6e2651
Octal302341274160201415646121
Binary1100001011100001101111001110010000110011011101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E1BC; }

 p { color: rgb(194,225,188); }

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

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

 a { background-color: rgb(194,225,188); }

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

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

 span { border-color: rgb(194,225,188); }

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