#C2E0BD

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

Shades of Surf Crest #C2E0BD

Tints of Surf Crest #C2E0BD

Color information

#C2E0BD (or 0xC2E0BD) is unknown color: approx Surf Crest. HEX triplet: C2, E0 and BD. RGB value is (194,224,189). Sum of RGB (Red+Green+Blue) = 194+224+189=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0BD is #3D1F42. Grayscale: #D3D3D3. Windows color (decimal): -4005699 or 12443842. OLE color: 12443842.

HSL color Cylindrical-coordinate representation of color #C2E0BD: hue angle of 111.43º degrees, saturation: 0.36, 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 #C2E0BD is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB194224189-
CMYK0.1300.160.12
HSL111.43º36.08%80.98%-
HSV(B)111.43º15.62%87.84%-
XYZ58.0968.4558.3-
YUV211.04115.56115.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.96%
GREEN value IS 224 (87.89% from 255) = 36.90%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=31.96%
G=36.90%
B=31.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942241890.1300.160.12111.4336.0880.98
HexC2E0BDD010C6f2451
Octal302340275150201415744121
Binary1100001011100000101111011101010000110011011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E0BD; }

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

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

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

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

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

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

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

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