#C3F2EC

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

Shades of Foam #C3F2EC

Tints of Foam #C3F2EC

Color information

#C3F2EC (or 0xC3F2EC) is unknown color: approx Foam. HEX triplet: C3, F2 and EC. RGB value is (195,242,236). Sum of RGB (Red+Green+Blue) = 195+242+236=673 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.97% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F2EC is #3C0D13. Grayscale: #E3E3E3. Windows color (decimal): -3935508 or 15528643. OLE color: 15528643.

HSL color Cylindrical-coordinate representation of color #C3F2EC: hue angle of 172.34º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F2EC is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB195242236-
CMYK0.1900.020.05
HSL172.34º64.38%85.69%-
HSV(B)172.34º19.42%94.9%-
XYZ69.481.1691.37-
YUV227.26132.93104.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.97%
GREEN value IS 242 (94.92% from 255) = 35.96%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=28.97%
G=35.96%
B=35.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952422360.1900.020.05172.3464.3885.69
HexC3F2EC13025ac4056
Octal30336235423025254100126
Binary110000111111001011101100100110101011010110010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F2EC; }

 p { color: rgb(195,242,236); }

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

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

 a { background-color: rgb(195,242,236); }

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

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

 span { border-color: rgb(195,242,236); }

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