#C3FFF6

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

Shades of Foam #C3FFF6

Tints of Foam #C3FFF6

Color information

#C3FFF6 (or 0xC3FFF6) is unknown color: approx Foam. HEX triplet: C3, FF and F6. RGB value is (195,255,246). Sum of RGB (Red+Green+Blue) = 195+255+246=696 (92% of max value = 765). Red value is 195 (76.56% from 255 or 28.02% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FFF6 is #3C0009. Grayscale: #ECECEC. Windows color (decimal): -3932170 or 16187331. OLE color: 16187331.

HSL color Cylindrical-coordinate representation of color #C3FFF6: hue angle of 171º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FFF6 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB195255246-
CMYK0.2400.040
HSL171º100%88.24%-
HSV(B)171º23.53%100%-
XYZ74.989.78100.57-
YUV236.03133.6298.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.02%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 246 (96.48% from 255) = 35.34%
R=28.02%
G=36.64%
B=35.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952552460.2400.04017110088.24
HexC3FFF618040ab6458
Octal30337736630040253144130
Binary11000011111111111111011011000010001010101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FFF6; }

 p { color: rgb(195,255,246); }

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

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

 a { background-color: rgb(195,255,246); }

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

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

 span { border-color: rgb(195,255,246); }

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