#C2FEF4

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

Shades of Foam #C2FEF4

Tints of Foam #C2FEF4

Color information

#C2FEF4 (or 0xC2FEF4) is unknown color: approx Foam. HEX triplet: C2, FE and F4. RGB value is (194,254,244). Sum of RGB (Red+Green+Blue) = 194+254+244=692 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.03% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEF4 is #3D010B. Grayscale: #EAEAEA. Windows color (decimal): -3997964 or 16056002. OLE color: 16056002.

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

Color convert

RGB194254244-
CMYK0.2400.040.00
HSL170º96.77%87.84%-
HSV(B)170º23.62%99.61%-
XYZ74.0288.8898.84-
YUV234.92133.1298.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.03%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 244 (95.70% from 255) = 35.26%
R=28.03%
G=36.71%
B=35.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942542440.2400.040.0017096.7787.84
HexC2FEF418040aa6158
Octal30237636430040252141130
Binary11000010111111101111010011000010001010101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FEF4; }

 p { color: rgb(194,254,244); }

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

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

 a { background-color: rgb(194,254,244); }

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

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

 span { border-color: rgb(194,254,244); }

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