#C6FFF5

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

Shades of Foam #C6FFF5

Tints of Foam #C6FFF5

Color information

#C6FFF5 (or 0xC6FFF5) is unknown color: approx Foam. HEX triplet: C6, FF and F5. RGB value is (198,255,245). Sum of RGB (Red+Green+Blue) = 198+255+245=698 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.37% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FFF5 is #39000A. Grayscale: #ECECEC. Windows color (decimal): -3735563 or 16121798. OLE color: 16121798.

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

Color convert

RGB198255245-
CMYK0.2200.040
HSL169.47º100%88.82%-
HSV(B)169.47º22.35%100%-
XYZ75.5390.1299.8-
YUV236.82132.62100.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.37%
GREEN value IS 255 (100% from 255) = 36.53%
BLUE value IS 245 (96.09% from 255) = 35.10%
R=28.37%
G=36.53%
B=35.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982552450.2200.040169.4710088.82
HexC6FFF516040a96459
Octal30637736526040251144131
Binary11000110111111111111010110110010001010100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FFF5; }

 p { color: rgb(198,255,245); }

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

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

 a { background-color: rgb(198,255,245); }

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

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

 span { border-color: rgb(198,255,245); }

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