#C2E0BF

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

Shades of Surf Crest #C2E0BF

Tints of Surf Crest #C2E0BF

Color information

#C2E0BF (or 0xC2E0BF) is unknown color: approx Surf Crest. HEX triplet: C2, E0 and BF. RGB value is (194,224,191). Sum of RGB (Red+Green+Blue) = 194+224+191=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0BF is #3D1F40. Grayscale: #D3D3D3. Windows color (decimal): -4005697 or 12574914. OLE color: 12574914.

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

Color convert

RGB194224191-
CMYK0.1300.150.12
HSL114.55º34.74%81.37%-
HSV(B)114.55º14.73%87.84%-
XYZ58.3168.5459.45-
YUV211.27116.56115.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.86%
GREEN value IS 224 (87.89% from 255) = 36.78%
BLUE value IS 191 (75% from 255) = 31.36%
R=31.86%
G=36.78%
B=31.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942241910.1300.150.12114.5534.7481.37
HexC2E0BFD0FC732351
Octal302340277150171416343121
Binary110000101110000010111111110101111110011100111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E0BF; }

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

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

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

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

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

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

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

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