#C2FFF5

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

Shades of Foam #C2FFF5

Tints of Foam #C2FFF5

Color information

#C2FFF5 (or 0xC2FFF5) is unknown color: approx Foam. HEX triplet: C2, FF and F5. RGB value is (194,255,245). Sum of RGB (Red+Green+Blue) = 194+255+245=694 (91% of max value = 765). Red value is 194 (76.17% from 255 or 27.95% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 245 (96.09% from 255 or 35.30% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFF5 is #3D000A. Grayscale: #EBEBEB. Windows color (decimal): -3997707 or 16121794. OLE color: 16121794.

HSL color Cylindrical-coordinate representation of color #C2FFF5: hue angle of 170.16º 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 #C2FFF5 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB194255245-
CMYK0.2400.040
HSL170.16º100%88.04%-
HSV(B)170.16º23.92%100%-
XYZ74.4989.5899.75-
YUV235.62133.2998.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 27.95%
GREEN value IS 255 (100% from 255) = 36.74%
BLUE value IS 245 (96.09% from 255) = 35.30%
R=27.95%
G=36.74%
B=35.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942552450.2400.040170.1610088.04
HexC2FFF518040aa6458
Octal30237736530040252144130
Binary11000010111111111111010111000010001010101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFF5; }

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

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

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

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

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

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

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

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