#C2E4BA

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

Shades of Surf Crest #C2E4BA

Tints of Surf Crest #C2E4BA

Color information

#C2E4BA (or 0xC2E4BA) is unknown color: approx Surf Crest. HEX triplet: C2, E4 and BA. RGB value is (194,228,186). Sum of RGB (Red+Green+Blue) = 194+228+186=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E4BA is #3D1B45. Grayscale: #D5D5D5. Windows color (decimal): -4004678 or 12248258. OLE color: 12248258.

HSL color Cylindrical-coordinate representation of color #C2E4BA: hue angle of 108.57º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2E4BA is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB194228186-
CMYK0.1500.180.11
HSL108.57º43.75%81.18%-
HSV(B)108.57º18.42%89.41%-
XYZ58.8570.556.96-
YUV213.05112.74114.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.91%
GREEN value IS 228 (89.45% from 255) = 37.5%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=31.91%
G=37.5%
B=30.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1942281860.1500.180.11108.5743.7581.18
HexC2E4BAF012B6d2c51
Octal302344272170221315554121
Binary1100001011100100101110101111010010101111011011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E4BA; }

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

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

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

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

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

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

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

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