#C7F7EF

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

Shades of Foam #C7F7EF

Tints of Foam #C7F7EF

Color information

#C7F7EF (or 0xC7F7EF) is unknown color: approx Foam. HEX triplet: C7, F7 and EF. RGB value is (199,247,239). Sum of RGB (Red+Green+Blue) = 199+247+239=685 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.05% from 685); Green value is 247 (96.88% from 255 or 36.06% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F7EF is #380810. Grayscale: #E7E7E7. Windows color (decimal): -3672081 or 15726535. OLE color: 15726535.

HSL color Cylindrical-coordinate representation of color #C7F7EF: hue angle of 170º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7F7EF is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB199247239-
CMYK0.1900.030.03
HSL170º75%87.45%-
HSV(B)170º19.43%96.86%-
XYZ72.3984.994.23-
YUV231.74132.1104.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.05%
GREEN value IS 247 (96.88% from 255) = 36.06%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=29.05%
G=36.06%
B=34.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1992472390.1900.030.031707587.45
HexC7F7EF13033aa4b57
Octal30736735723033252113127
Binary11000111111101111110111110011011111010101010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F7EF; }

 p { color: rgb(199,247,239); }

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

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

 a { background-color: rgb(199,247,239); }

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

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

 span { border-color: rgb(199,247,239); }

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