#C2E1BA

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

Shades of Surf Crest #C2E1BA

Tints of Surf Crest #C2E1BA

Color information

#C2E1BA (or 0xC2E1BA) is unknown color: approx Surf Crest. HEX triplet: C2, E1 and BA. RGB value is (194,225,186). Sum of RGB (Red+Green+Blue) = 194+225+186=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1BA is #3D1E45. Grayscale: #D3D3D3. Windows color (decimal): -4005446 or 12247490. OLE color: 12247490.

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

Color convert

RGB194225186-
CMYK0.1400.170.12
HSL107.69º39.39%80.59%-
HSV(B)107.69º17.33%88.24%-
XYZ58.0468.8656.69-
YUV211.28113.73115.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.07%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=32.07%
G=37.19%
B=30.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942251860.1400.170.12107.6939.3980.59
HexC2E1BAE011C6c2751
Octal302341272160211415447121
Binary1100001011100001101110101110010001110011011001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E1BA; }

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

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

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

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

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

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

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

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