#C7F3EC

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

Shades of Foam #C7F3EC

Tints of Foam #C7F3EC

Color information

#C7F3EC (or 0xC7F3EC) is unknown color: approx Foam. HEX triplet: C7, F3 and EC. RGB value is (199,243,236). Sum of RGB (Red+Green+Blue) = 199+243+236=678 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.35% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F3EC is #380C13. Grayscale: #E5E5E5. Windows color (decimal): -3673108 or 15528903. OLE color: 15528903.

HSL color Cylindrical-coordinate representation of color #C7F3EC: hue angle of 170.45º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7F3EC is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB199243236-
CMYK0.1800.030.05
HSL170.45º64.71%86.67%-
HSV(B)170.45º18.11%95.29%-
XYZ70.7482.391.51-
YUV229.05131.92106.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.35%
GREEN value IS 243 (95.31% from 255) = 35.84%
BLUE value IS 236 (92.58% from 255) = 34.81%
R=29.35%
G=35.84%
B=34.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992432360.1800.030.05170.4564.7186.67
HexC7F3EC12035aa4157
Octal30736335422035252101127
Binary110001111111001111101100100100111011010101010000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F3EC; }

 p { color: rgb(199,243,236); }

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

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

 a { background-color: rgb(199,243,236); }

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

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

 span { border-color: rgb(199,243,236); }

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